Form |
The FormSpellTimers type exposes the following members.
| Name | Description | |
|---|---|---|
| OnSpellTimerExpire | Called when a spell timer reaches zero | |
| OnSpellTimerImageRefreshed | Occurs when the Spell Timers window changes images. This may occur after a window resize as well. The "sender" will be the picture box being drawn | |
| OnSpellTimerNotify | Called when a spell timer is created, restarted, or has a DoT tick applied. In other words, any time the window is notified about a spell it is actively keeping track of. If you need to know if the event is called off of a start/restart or a DoT tick, check the MasterTimer property of the last SpellTimer in TimerFrame.SpellTimers. | |
| OnSpellTimerRemoved | Called when a spell timer is removed from view; usually at -15 seconds | |
| OnSpellTimerWarning | Called when a spell timer reaches its defined warning value; usually 10 seconds |