8 lines
		
	
	
		
			241 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			241 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param unit string
 | 
						|
---@return string type
 | 
						|
---Returns the creature type of a unit. Note that some creatures have no type (e.g. slimes).
 | 
						|
function UnitCreatureType(unit) end
 |