WoW:API GetActionText

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

Get the text label for an action.

text = GetActionText(actionSlot)

Parameters

Arguments

(actionSlot)
actionSlot
Numeric - The slot number of the action to query.

Returns

text
text
String - If the action has a text label (such as macro actions), then the label is returned. nil is returned for slots with no label as well as for empty slots.

Template:WoW API