Files
wow-weakauras/Meta/api/GetNumCompanions.lua
2024-11-07 23:12:37 +01:00

8 lines
274 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param type MOUNT
---@param CRITTER
---@param MOUNT
---@return number count
---Returns the number of mounts or non-combat pets the player can summon
function GetNumCompanions(type, CRITTER, MOUNT) end