Files
wow_Meta/api/GetNumMacros.lua
2025-05-04 14:35:26 +02:00

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