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

12 lines
347 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param bookType spell
---@param pet
---@param spell
---@param spellName string
---@return string Name
---@return string Subtext
---Returns the name and sub-text of a spell in the spellbook
function GetSpellBookItemName(index, bookType, pet, spell, spellName) end