RSS

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

GetActionAutocast

[ править ]
Returns information about autocast actions.
[клоны]
Returns information about autocast actions. No player actions have allowed automatic casting since the initial public release of World of Warcraft.

Signature:
Code
autocastAllowed, autocastEnabled = GetActionAutocast(slot)

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

Returns:
  • autocastAllowed - 1 if automatic casting is allowed for the action; otherwise nil (1nil)
  • autocastEnabled - 1 if automatic casting is currently turned on for the action; otherwise nil (1nil)

This function is deprecated and is no longer in use

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