7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@return true/false isDown
 | 
						|
---Returns whether an Alt key on the keyboard is held down.
 | 
						|
function IsAltKeyDown() end
 |