EncounterData Constructor (String, String, Boolean, ZoneData) |
An encounter with full Selective Parsing enabled
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public EncounterData(
string CharName,
string ZoneName,
bool IgnoreEnemies,
ZoneData Parent
)
Parameters
- CharName
- Type: SystemString
The first person perspective - ZoneName
- Type: SystemString
The zone name the encounter takes place in - IgnoreEnemies
- Type: SystemBoolean
If Enemy combatants, ones attacking those in the Selective Parsing list, will have CombatantData entries made or not - Parent
- Type: Advanced_Combat_TrackerZoneData
The ZoneData object that contains this Encounter
See Also