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

10 lines
271 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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