WoW API: RunMacro

From AddOn Studio
Revision as of 07:36, 17 July 2006 by WoWWiki>Mikk (Putting in Shadowed's "how to run macros today")
Jump to navigation Jump to search

WoW API < RunMacro


Running macros can be accomplished with two function calls:

local _, _, script, _ = GetMacroInfo( macroID );
RunScript( script );