Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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