10 lines
		
	
	
		
			271 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			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
 |