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.8.2.285
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