Click or drag to resize

EncounterData Properties

The EncounterData type exposes the following members.

Properties
 NameDescription
Public propertyActive If this Encounter is still in-combat
Public propertyAlliedDeaths Number of deaths your allies suffered
Public propertyAlliedKills Number of kills done by allies
Public propertyCharName The first person perspective of this encounter, used for ally detection
Public propertyColCollection Contains SQL column data
Public propertyStatic memberColHeaderCollection Contains SQL column names
Public propertyStatic memberColHeaderString Contains SQL column names
Public propertyStatic memberColTypeCollection Contains SQL column data types
Public propertyDamage Total damage of all allies
Public propertyDPS The ExtDPS of all allies
Public propertyDuplicateDetection If enabled, AddCombatAction() will ignore actions with a Global Time Sorter that has been already added to this encounter
Public propertyDuration The duration of this encounter. Merged encounters will be calculated from the StartTimes and EndTimes
Public propertyDurationS Formatted duration string
Public propertyEncId A hash ID of the encounter
Public propertyEndTime The last outgoing action of any combatant
Public propertyEndTimes If a merged encounter this will hold the end times of each merged, else the EndTime
Public propertyHealed Amount healed by allies
Public propertyHistoryRecord 
Public propertyItems CombatantData child objects
Public propertyLogLines The Encounter Logs
Public propertyNumAllies Number of allied combatants
Public propertyNumCombatants Number of CombatantData objects
Public propertyNumEnemies Number of combatants minus allies
Public propertyParent The ZoneData parent holding this object
Public propertyShortEndTime The last outgoing non-heal of any combatant
Public propertyStartTime The first outgoing action of any combatant
Public propertyStartTimes If a merged encounter, this will hold the start times of each merged, else the StartTime
Public propertyTags Arbitrary data you may assign to a EncounterData object
Public propertyTitle What will be displayed as the title for the TreeView, not including duration/timestamp
Public propertyZoneName The name of the zone this Encounter took place in
Top
See Also