C_Spell.GetSpellCastCount

From Warcraft Wiki
Jump to navigation Jump to search

Returns number of times a spell can be cast, typically based on availability of things like required reagent items; Returns 0 if spell is not found

castCount = C_Spell.GetSpellCastCount(spellIdentifier)

Arguments

spellIdentifier
number|string : SpellIdentifier

Returns

castCount
number