Wowpedia

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

READ MORE

Wowpedia
Advertisement
GetMacroInfo - Documentation by Nepenthes

Return information for a macro.

Returns "name", iconTextureID, "body", local = GetMacroInfo(MacroID)

Arguments

(MacroID)
MacroID
Numeric - The ID number of the action to query.

Returns

name, iconTextureID, body, local
name
The name of the macro
iconTextureID
The texture of the macro
body
The contents of the macro
local
unknown; apears to be the numeric value 1.

Example

local name, texture, macrobody, local==GetMacroInfo(1)



Template:WoW API

Advertisement