WoW API: GetMacroInfo
Jump to navigation
Jump to search
← WoW API < GetMacroInfo
Return information about a macro.
name, iconTexture, body, isLocal = GetMacroInfo("name" or macroSlot);
Arguments[edit]
- name
- String - Name of the macro to query.
OR
- macroSlot
- Number - Macro slot ID to query. Slots 1 through 36 are general macros; 37 through 54 are per-character macros.
Returns[edit]
- name
- String - The name of the macro.
- iconTexture
- String - Path to the icon texture currently displayed for the macro.
- body
- String - Macro contents.
- isLocal
- Flag - unknown.