Files
wow_Meta/api/GetMacroInfo.lua
2025-05-04 14:35:26 +02:00

10 lines
251 B
Lua

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