6 lines
218 B
Lua
6 lines
218 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 |