8 lines
		
	
	
		
			192 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			192 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@param slot number
 | |
| ---@return number loottype
 | |
| ---Returns the type of a given loot slot
 | |
| function GetLootSlotType(slot) end
 |