7 lines
212 B
Lua
7 lines
212 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numAccountMacros
|
|
---@return number numCharacterMacros
|
|
---Returns the number of macros the player has stored
|
|
function GetNumMacros() end
|