Files
wow_Meta/api/GetMacroIndexByName.lua
2025-05-04 15:15:00 +02:00

8 lines
202 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param name string
---@return number index
---Returns the index of a macro specified by name
function GetMacroIndexByName(name) end