Struct CombatEventCoalescer.Entry
One merged entry.
public struct CombatEventCoalescer.Entry
- Inherited Members
Fields
Amount
Summed amount.
public int Amount
Field Value
DamageTemplateID
Damage template id for damage, 0 otherwise.
public int DamageTemplateID
Field Value
Kind
What happened.
public CombatEventKind Kind
Field Value
Occurrences
How many separate hits were summed into Amount.
public int Occurrences
Field Value
Remarks
Merging is right for display and wrong for confirmation: the caster's client drew one
predicted label per hit, so the report has to say how many predictions it settles or
the ones it does not settle grey themselves out as denied. See
CombatEventBroadcast.Occurrences.
SourceObjectID
NetworkObject id of the source, or 0 when unknown or folded.
public int SourceObjectID