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.8.3.286
Syntax
C#
public SortedDictionary<string, List<string>> TimerLookups { get; }

Property Value

SortedDictionaryString, ListString
See Also