Files
wow-weakauras/Meta/api/GetMacroBody.lua
2024-11-07 23:12:37 +01:00

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