Files
wow-weakauras/Meta/api/GetSpellLink.lua
2024-11-07 23:12:37 +01:00

12 lines
349 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param bookType spell
---@param pet
---@param spell
---@param name string
---@param id number
---@return string link
---@return string tradeLink
---Returns a hyperlink for a spell
function GetSpellLink(index, bookType, pet, spell, name, id) end