7 lines
209 B
Lua
7 lines
209 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@param name string
|
|
---@return string body
|
|
---Returns the body text of a macro
|
|
function GetMacroBody(index, name) end |