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
Community content is available under CC-BY-SA
unless otherwise noted.