mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
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