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

7 lines
186 B
Lua

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