### Function: GetSpellTriggerCount(spell) **Description:** Returns number of times the spell has triggered (Set by SetSpellTriggerCount) **Parameters:** - `spell` (Spell) - Spell object representing `spell`. **Returns:** UInt32 count of times the spell triggered. **Example:** Example Required