Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the index for a macro by name.

macroSlot = GetMacroIndexByName(name)

Arguments[]

name
string - Macro name to query.

Returns[]

macroSlot
number - Macro slot index containing a macro with the queried name, or 0 if no such slot exists.

Details[]

  • Slots 1-120 are used for general macros, and 121-138 for character-specific macros.

See also[]

Advertisement