8 lines
274 B
Lua
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 |