A data object representing a collection of encounters split up by which zone they were in
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public ZoneData(
DateTime Start,
string ZoneName,
bool PopulateAll,
bool FullSelective,
bool IgnoreEnemies
)
Parameters
- Start
- Type: SystemDateTime
Either when zoned into, or when the first encounter of the zone started - ZoneName
- Type: SystemString
The string of the zone's name - PopulateAll
- Type: SystemBoolean
If an "All" merged encounter should be automatically created - FullSelective
- Type: SystemBoolean
If the automatically created "All" merged encounter needs to use Selective Parsing - IgnoreEnemies
- Type: SystemBoolean
If the "All" encounter does not populate enemies
See Also