Initial commit
This commit is contained in:
11
api/GetSpellBookItemName.lua
Normal file
11
api/GetSpellBookItemName.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user