Click or drag to resize

FormSpellTimersTimerLookups Property

Cached lookups of spell timer objects for triggering timers during parsing. (Gets populated by RebuildSpellTreeView())

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public SortedDictionary<string, List<string>> TimerLookups { get; }

Property Value

Type: SortedDictionaryString, ListString
See Also