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