9 lines
		
	
	
		
			270 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			270 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param set 2 
 | 
						|
---@param 0  
 | 
						|
---@param 1  
 | 
						|
---@param 2  
 | 
						|
---Loads a set of key bindings. The UPDATE_BINDINGS event fires when the new bindings have taken effect.
 | 
						|
function LoadBindings(set, 0, 1, 2) end |