Files
wow_Meta/api/GetSpecializationSpells.lua
2024-12-16 13:13:08 +01:00

10 lines
341 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param specIndex number
---@param isInspect boolean
---@param isPet boolean
---@return number spellID
---@return number levelLearned
---@return list ...
---Returns the spells associated with a specialization.
function GetSpecializationSpells(specIndex, isInspect, isPet) end