5 lines
		
	
	
		
			158 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			158 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@return 1nil falling 
 | 
						|
---Returns whether the player is currently falling
 | 
						|
function IsFalling() end |