Files
wow_Meta/api/GetMacroBody.lua
2024-12-16 13:13:08 +01:00

7 lines
203 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