C_Spell.GetSpellDescription

From Warcraft Wiki
Jump to navigation Jump to search

Returns nil if spell is not found

description = C_Spell.GetSpellDescription(spellIdentifier)

Arguments

spellIdentifier
number|string : SpellIdentifier

Returns

description
string - May be empty if spell's data isn't loaded yet; Listen for SPELL_TEXT_UPDATE event, or use SpellMixin to load asynchronously