WoW:API HasAction: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 16: Line 16:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|HasAction]]
[[Category:API Action Functions|HasAction]]

Revision as of 16:41, 30 December 2005

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