Files
wow_Meta/api/GetNumMacros.lua
2024-12-16 13:13:08 +01:00

6 lines
213 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