Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns info for a macro.

name, icon, body = GetMacroInfo(macro)

Arguments[]

macro
number|string - Macro slot index or the name of the macro. Slots 1 through 120 are general macros; 121 through 138 are per-character macros.

Returns[]

name
string - The name of the macro.
icon
number : fileID - Macro icon texture.
body
string - Macro contents.

Patch changes[]

Wrath-Logo-Small Patch 3.0.2 (2008-10-14): Removed isLocal return.

Advertisement