Returns whether the texture object loads its image file in the background. See :SetNonBlocking() for further details.
Signature:
nonBlocking = Texture:GetNonBlocking()
Returns:
nonBlocking-1if the texture object loads its image file in the background;nilif the game engine is halted while the texture loads (1nil)