RSS

Четверг, 28.03.2024, 11:44
Главная » WoW API » API Виджеты » UI объект »

isType = UIObject:IsObjectType("type")

[ править ]
Returns whether the object belongs to a given widget type.
[клоны]
Returns whether the object belongs to a given widget type.


Signature:
Code
isType = UIObject:IsObjectType("type")

Arguments:
  • type - Name of an object type (e.g. Frame, Button, FontString, etc.) (string)

Returns:
  • isType - 1 if the object belongs to the given type (or a subtype thereof); otherwise nil (1nil)

Также смотрите: UI объект
Ссылки: http://wowprogramming.com/docs/widgets/UIObject/IsObjectType