RSS

Понедельник, 06.05.2024, 04:02
Главная » WoW API » API Функции » Действия »

HasAction

[ править ]
Returns whether an action slot contains an action.
[клоны]
Returns whether an action slot contains an action.

Signature:
Code
hasAction = HasAction(slot)

Arguments:
  • slot - An action bar slot (number, actionID)

Returns:
  • hasAction - 1 if the slot contains an action; otherwise nil (1nil)

Также смотрите: Действия , Action functions
Ссылки: http://wowprogramming.com/docs/api/HasAction