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

11 lines
336 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