WoW API: GetNumMacros

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetNumMacros

API GetNumMacros[edit]

Will return the number of macros the user has

local numglobal,numperchar = GetNumMacros();

Returns[edit]

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