12 lines
345 B
Lua
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
|