8 lines
		
	
	
		
			313 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			313 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param key BUTTON2 
 | 
						|
---@param BUTTON1  
 | 
						|
---@param BUTTON2  
 | 
						|
---@param binding string 
 | 
						|
---Overrides the default mouselook bindings to perform another binding with the mouse buttons
 | 
						|
function SetMouselookOverrideBinding(key, BUTTON1, BUTTON2, binding) end |