Returns information about autocast actions. No player actions have allowed automatic casting since the initial public release of World of Warcraft.


See also Action functions.

Signature:

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