FormSpellTimersGetTimerFrames(Int32) Method |
Gets the timer frames currently visible in the spell timers windows
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic List<TimerFrame> GetTimerFrames(
int PanelNum
)
Parameters
- PanelNum Int32
- 0 for both, or 1 / 2
Return Value
ListTimerFrameThe TimerFrames for the specified panel
See Also