9 lines
		
	
	
		
			307 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			307 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param cmd string
 | 
						|
---@return string action
 | 
						|
---@return string target
 | 
						|
---Returns the action (and target, if applicable) for a secure macro command. Used in the default UI to parse macro conditionals.
 | 
						|
function SecureCmdOptionParse(cmd) end
 |