RSS

Пятница, 29.03.2024, 08:58
Главная » WoW API » API Виджеты » Видимая область »

shown = TabardModel:IsShown()

[ править ]
Returns whether the region is shown.
[клоны]
Returns whether the region is shown. Indicates only whether the region has been explicitly shown or hidden -- a region may be explicitly shown but not appear on screen because its parent region is hidden. See VisibleRegion:IsVisible() to test for actual visibility.


Signature:
Code
shown = VisibleRegion:IsShown()

Returns:
  • shown - 1 if the region is shown; otherwise nil (1nil)

Также смотрите: Видимая область
Ссылки: http://wowprogramming.com/docs/widgets/VisibleRegion/IsShown