RSS

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

IsAutoRepeatAction

[ править ]
Returns whether an action is an automatically repeating action.
[клоны]
Returns whether an action is an automatically repeating action. Used in the default UI to flash the action button while the action is repeating. Applies to actions such as Auto Shot (for hunters) and Shoot (for wand and other ranged weapon users) but not to the standard melee Attack action; for it, see IsAttackAction.

Signature:
Code
isRepeating = IsAutoRepeatAction(slot)

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

Returns:
  • isRepeating - 1 if the action is an auto-repeat action; otherwise nil (1nil)

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