WoW:API HasAction

Revision as of 23:34, 10 April 2005 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
HasAction - Documentation by Flickering

Test if an action slot is occupied.

hasAction = HasAction(actionSlot)

Parameters

Arguments

(actionSlot)
actionSlot
Numeric - The action slot to test.

Returns

hasAction
hasAction
Flag - nil if the specified slot is empty, 1 if the slot contains an action.

Template:WoW API