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

12 lines
345 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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