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

6 lines
187 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param spellId number
---@return string desc
---Returns the description of a spell
function GetSpellDescription(spellId) end