Click or drag to resize

CombatToggleEventArgs Constructor

Class holding an encounter object and it's position

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public CombatToggleEventArgs(
	int zdIndex,
	int edIndex,
	EncounterData ed
)

Parameters

zdIndex  Int32
The index that the parent zone node holds
edIndex  Int32
The index that the encounter holds within the parent ZoneData object
ed  EncounterData
Object handle of the encounter
See Also