Refactor API functions to improve parameter aliasing and enhance documentation clarity
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param "text" string
|
||||
---@param "button" string
|
||||
---@param text string
|
||||
---@param button string
|
||||
---Runs arbitrary text as a macro
|
||||
function RunMacroText("text", "button") end
|
||||
function RunMacroText(text, button) end
|
||||
|
||||
Reference in New Issue
Block a user