WoW API: GetActionText
Jump to navigation
Jump to search
← WoW API < GetActionText
Gets the text label for an action. Template:Code/Begin text = GetActionText(actionSlot) Template:Code/End
Parameters
Arguments
- actionSlot - ActionSlot
- The queried slot.
Returns
- text - String
- The action's text, if present. Macro actions use their names for their action text.
- nil, if the slot has no action text, or is empty. Most standard WoW action icons don't have action text.