WoW:API IsActionInRange

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

Test whether an action is in range for use.

inRange = IsActionInRange(actionSlot)

Parameters

Arguments

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

Returns

inRange
inRange
Flag - nil if the slot has no action or has an action to which range does not apply. 0 if the action is out of range, and 1 if the action is in range.

Template:WoW API