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

11 lines
356 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param bookType spell
---@param pet
---@param spell
---@param spellName string
---@return string skillType
---@return number spellId
---Retrieves information about a specific SpellBook item
function GetSpellBookItemInfo(index, bookType, pet, spell, spellName) end