Wowpedia

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

READ MORE

Wowpedia
Advertisement

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

Advertisement