1
0
EQ2Emu/docs/lua_functions/GetSpellTriggerCount.md

299 B

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