WoW:API HasAction

From AddOn Studio
Revision as of 16:41, 30 December 2005 by WoWWiki>Anticrash
Jump to navigation Jump to search
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