8 lines
		
	
	
		
			233 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			233 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param slot number
 | 
						|
---@param unit string
 | 
						|
---@return number inRange
 | 
						|
---Returns whether the player's target is in range of an action
 | 
						|
function IsActionInRange(slot, unit) end
 |