Click or drag to resize

EncounterData(String, String, Boolean, ZoneData) Constructor

An encounter with full Selective Parsing enabled

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public EncounterData(
	string CharName,
	string ZoneName,
	bool IgnoreEnemies,
	ZoneData Parent
)

Parameters

CharName  String
The first person perspective
ZoneName  String
The zone name the encounter takes place in
IgnoreEnemies  Boolean
If Enemy combatants, ones attacking those in the Selective Parsing list, will have CombatantData entries made or not
Parent  ZoneData
The ZoneData object that contains this Encounter
See Also