8 lines
298 B
Lua
8 lines
298 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@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
|