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

10 lines
271 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string name
---@return string texture
---@return number offset
---@return number numSpells
---Returns information about a tab in the spellbook
function GetSpellTabInfo(index) end