Files
wow_Meta/api/GetNumMacros.lua
2025-05-04 15:15:00 +02:00

8 lines
221 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number numAccountMacros
---@return number numCharacterMacros
---Returns the number of macros the player has stored
function GetNumMacros() end