6 lines
		
	
	
		
			189 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			189 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param slot number 
 | 
						|
---@return 1nil hasAction 
 | 
						|
---Returns whether an action slot contains an action
 | 
						|
function HasAction(slot) end |