299 B
299 B
Function: GetSpellTriggerCount(spell)
Description: Returns number of times the spell has triggered (Set by SetSpellTriggerCount)
Parameters:
spell
(Spell) - Spell object representingspell
.
Returns: UInt32 count of times the spell triggered.
Example:
Example Required