11 lines
		
	
	
		
			314 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			314 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param container number
 | 
						|
---@param slot number
 | 
						|
---@return number start
 | 
						|
---@return number duration
 | 
						|
---@return number enable
 | 
						|
---Returns cooldown information about an item in the player's bags
 | 
						|
function GetContainerItemCooldown(container, slot) end
 |