1
0
EQ2Emu/docs/lua_functions/GetSpellTriggerCount.md

14 lines
299 B
Markdown

### 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