Form |
The FormSpellTimers type exposes the following members.
| Name | Description | |
|---|---|---|
| AddEditTimerDef | Adds a TimerData object to the TimerDefs collection, or replaces an existing object if the keys end up matching. Call RebuildSpellTreeView() after using this or the UI and TimerLookups won't be sync'ed | |
| ApplyTimerMod | Applies a recast mod to new timers | |
| ClearTimerDefs | Deletes all spell timer objects | |
| DispellTimerMods | Removes all recast mods on a combatant (in case of dispell/cure) | |
| Dispose |
Clean up any resources being used.
(Overrides FormDispose(Boolean)) | |
| ExportControlTextXML(Stream) | Export the Text property of all Form controls to an XML stream | |
| ExportControlTextXML(String) | Exports the Text property of all Form controls to an XML file (the -exportcontroltext switch for ACT can demonstrate this) | |
| GetRecastMods | Gets the current recast mod amount for the specified combatant | |
| GetTimerFrames | ||
| GetTimerFrames(Int32) | Gets the timer frames currently visible in the spell timers windows | |
| ImportControlTextXML(Stream) | Imports an XML stream to replace the Text property of controls in this Form | |
| ImportControlTextXML(String) | Imports an XML file to replace the Text property of controls in this Form | |
| NotifySpell(String, String, Boolean, String, Boolean) | Tells the Timer Window about a skill being used. Preset recast mods will take effect through this method automatically. | |
| NotifySpell(String, String, Boolean, String, Boolean, DictionaryString, String) | ||
| RebuildSpellTreeView | Must be called after using AddEditTimerDef()... call only once per batch of objects | |
| ReinitDisplayPanel | ||
| RemoveTimerDef | Removes a TimerData object from the TimerDefs collection Call RebuildSpellTreeView() after using this or the UI and TimerLookups won't be sync'ed | |
| RemoveTimerMods | Removes all recast mods owned by a combatant (in case of death) | |
| SearchSpellTreeView | Displays the spell timers that match the SearchTerm in the TreeView UI | |
| SyncWhiteList |