Click or drag to resize

FormSpellTimersGetTimerFrames Method (Int32)

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.7.0.280
Syntax
C#
public List<TimerFrame> GetTimerFrames(
	int PanelNum
)

Parameters

PanelNum
Type: SystemInt32
0 for both, or 1 / 2

Return Value

Type: ListTimerFrame
The TimerFrames for the specified panel
See Also