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.2.285
Syntax public CombatToggleEventArgs(
int zdIndex,
int edIndex,
EncounterData ed
)
Parameters
- zdIndex
- Type: SystemInt32
The index that the parent zone node holds - edIndex
- Type: SystemInt32
The index that the encounter holds within the parent ZoneData object - ed
- Type: Advanced_Combat_TrackerEncounterData
Object handle of the encounter
See Also