RSS

Суббота, 27.04.2024, 02:07
Главная » WoW API » API Виджеты » Текстура »

nonBlocking = Texture:GetNonBlocking()

[ править ]
Returns whether the texture object loads its image file in the background.
[клоны]
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