|
|
| Line 1: |
Line 1: |
| − |
== API GetNumMacro == |
+ |
{{wowapi}} |
| |
|
|
|
| − |
Will return the number of macro's the user has |
+ |
== API GetNumMacros == |
| |
+ |
|
| |
+ |
Will return the number of macros the user has |
| |
|
|
|
| |
local numglobal,numperchar = GetNumMacros(); |
|
local numglobal,numperchar = GetNumMacros(); |
| |
|
|
|
| − |
== Arguments == |
+ |
== Returns == |
| |
:(numglobal,numperchar) |
|
:(numglobal,numperchar) |
| |
|
|
|
| − |
; numglobal : numeric - Returns the number of global macros |
+ |
; numglobal : Number - Returns the number of global macros |
| − |
|
|
| − |
; numperchar : numeric - Returns the number of macros per character |
|
| |
|
|
|
| − |
---- |
+ |
; numperchar : Number - Returns the number of macros per character |
Latest revision as of 08:21, June 13, 2006
API GetNumMacros
Edit
Will return the number of macros the user has
local numglobal,numperchar = GetNumMacros();
- (numglobal,numperchar)
- numglobal
- Number - Returns the number of global macros
- numperchar
- Number - Returns the number of macros per character