EncounterData Properties |
The EncounterData type exposes the following members.
Name | Description | |
---|---|---|
Active |
If this Encounter is still in-combat
| |
AlliedDeaths |
Number of deaths your allies suffered
| |
AlliedKills |
Number of kills done by allies
| |
CharName |
The first person perspective of this encounter, used for ally detection
| |
ColCollection |
Contains SQL column data
| |
ColHeaderCollection |
Contains SQL column names
| |
ColHeaderString |
Contains SQL column names
| |
ColTypeCollection |
Contains SQL column data types
| |
Damage |
Total damage of all allies
| |
DPS |
The ExtDPS of all allies
| |
DuplicateDetection |
If enabled, AddCombatAction() will ignore actions with a Global Time Sorter that has been already added to this encounter
| |
Duration |
The duration of this encounter. Merged encounters will be calculated from the StartTimes and EndTimes
| |
DurationS |
Formatted duration string
| |
EncId |
A hash ID of the encounter
| |
EndTime |
The last outgoing action of any combatant
| |
EndTimes |
If a merged encounter this will hold the end times of each merged, else the EndTime
| |
Healed |
Amount healed by allies
| |
HistoryRecord | ||
Items |
CombatantData child objects
| |
LogLines |
The Encounter Logs
| |
NumAllies |
Number of allied combatants
| |
NumCombatants |
Number of CombatantData objects
| |
NumEnemies |
Number of combatants minus allies
| |
Parent |
The ZoneData parent holding this object
| |
ShortEndTime |
The last outgoing non-heal of any combatant
| |
StartTime |
The first outgoing action of any combatant
| |
StartTimes |
If a merged encounter, this will hold the start times of each merged, else the StartTime
| |
Tags |
Arbitrary data you may assign to a EncounterData object
| |
Title |
What will be displayed as the title for the TreeView, not including duration/timestamp
| |
ZoneName |
The name of the zone this Encounter took place in
|