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