Returns whether the texture object loads its image file in the background. See :SetNonBlocking() for further details. Signature: Code nonBlocking = Texture:GetNonBlocking()
Returns: - nonBlocking - 1 if the texture object loads its image file in the background; nil if the game engine is halted while the texture loads (1nil)
Также смотрите: Текстура
Ссылки: http://wowprogramming.com/docs/widgets/Texture/GetNonBlocking
|