WoW:API GetActionText: Difference between revisions
Jump to navigation
Jump to search
(removed code block) |
m (Move page script moved page API GetActionText to API GetActionText without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
← WoW API < GetActionText
Gets the text label for an action.
text = GetActionText(actionSlot)
Parameters[edit]
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.