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

9 lines
262 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