WoW:API GetNumMacros

From AddOn Studio
Revision as of 07:19, 1 June 2006 by WoWWiki>PriestMay
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API GetNumMacro

Will return the number of macro's the user has

local numglobal,numperchar = GetNumMacros();

Arguments

(numglobal,numperchar)
numglobal
numeric - Returns the number of global macros
numperchar
numeric - Returns the number of macros per character