Table of Contents

Struct CombatEventCoalescer.Entry

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

One merged entry.

public struct CombatEventCoalescer.Entry
Inherited Members

Fields

Amount

Summed amount.

public int Amount

Field Value

int

DamageTemplateID

Damage template id for damage, 0 otherwise.

public int DamageTemplateID

Field Value

int

Kind

What happened.

public CombatEventKind Kind

Field Value

CombatEventKind

Occurrences

How many separate hits were summed into Amount.

public int Occurrences

Field Value

int

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

Field Value

int