Click or drag to resize

FormSpellTimersGetTimerFrames(Int32) Method

Gets the timer frames currently visible in the spell timers windows

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public List<TimerFrame> GetTimerFrames(
	int PanelNum
)

Parameters

PanelNum  Int32
0 for both, or 1 / 2

Return Value

ListTimerFrame
The TimerFrames for the specified panel
See Also