WoW API: GetMacroBody

From AddOn Studio
Revision as of 17:00, 28 March 2008 by WoWWiki>Snago (Page created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetMacroBody

Returns the body (macro text) of a macro.

body = GetMacroBody(macroIndex or "name")


Arguments

macroID
number or String - Macro index or name.


Returns

body
String - The macro body or nothing if the macro doesn't exsist.


Example

local body = GetMacroBody("Flash")
DEFAULT_CHAT_FRAME:AddMessage(body)

Result

#showtooltip
/cast [target=mouseover, help, exists] [help, exists] [target=player] Flash Heal