Click or drag to resize

ZoneData Constructor

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.7.0.280
Syntax
C#
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