12 lines
		
	
	
		
			318 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			318 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@return RightButton button
 | 
						|
---@return  Button4
 | 
						|
---@return  Button5
 | 
						|
---@return  LeftButton
 | 
						|
---@return  MiddleButton
 | 
						|
---@return  RightButton
 | 
						|
---Returns the mouse button that was used to activate the running macro
 | 
						|
function GetRunningMacroButton() end
 |