Files
wow_Meta/api/GetMacroInfo.lua
2025-05-06 22:43:25 +02:00

11 lines
270 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param name string
---@return string name
---@return string texture
---@return string body
---Returns information about a macro
---@overload fun(index: number): string
function GetMacroInfo(name) end