Click or drag to resize

ZoneData Class

A data object representing a collection of encounters split up by which zone they were in
Inheritance Hierarchy
SystemObject
  Advanced_Combat_TrackerZoneData

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public class ZoneData : IComparable<ZoneData>

The ZoneData type exposes the following members.

Constructors
 NameDescription
Public methodZoneData A data object representing a collection of encounters split up by which zone they were in
Top
Properties
 NameDescription
Public propertyActiveEncounter The current or last active encounter of the zone. New combat data is usually directed here
Public propertyItems The child encounters this object contains
Public propertyPopulateAll If an "All" merged encounter is generated
Public propertyStartTime When the first child encounter was created, or possibly when zoned into
Public propertyTags Arbitrary data you may assign to a ZoneData object
Public propertyZoneName Name of the zone this object is created for
Top
Methods
 NameDescription
Public methodAddCombatAction 
Public methodCompareTo 
Public methodToString
(Overrides ObjectToString)
Top
See Also