Table of Contents

Class CombatLogNetworkMessage

Namespace
NetworkMessages.FromServer
Assembly
TaleWorlds.MountAndBlade.dll
public sealed class CombatLogNetworkMessage : GameNetworkMessage
Inheritance
CombatLogNetworkMessage
Inherited Members

Constructors

CombatLogNetworkMessage()

public CombatLogNetworkMessage()

CombatLogNetworkMessage(int, int, GameEntity, CombatLogData)

public CombatLogNetworkMessage(int attackerAgentIndex, int victimAgentIndex, GameEntity hitEntity, CombatLogData combatLogData)

Parameters

attackerAgentIndex int
victimAgentIndex int
hitEntity GameEntity
combatLogData CombatLogData

Properties

AbsorbedDamage

public int AbsorbedDamage { get; }

Property Value

int

AttackerAgentIndex

public int AttackerAgentIndex { get; }

Property Value

int

BodyPartHit

public BoneBodyPartType BodyPartHit { get; }

Property Value

BoneBodyPartType

Chamber

public bool Chamber { get; }

Property Value

bool

CrushedThrough

public bool CrushedThrough { get; }

Property Value

bool

DamageType

public DamageTypes DamageType { get; }

Property Value

DamageTypes

Distance

public float Distance { get; }

Property Value

float

HitSpeed

public float HitSpeed { get; }

Property Value

float

InflictedDamage

public int InflictedDamage { get; }

Property Value

int

IsFatalDamage

public bool IsFatalDamage { get; }

Property Value

bool

IsFriendlyFire

public bool IsFriendlyFire { get; }

Property Value

bool

IsRangedAttack

public bool IsRangedAttack { get; }

Property Value

bool

IsVictimEntity

public bool IsVictimEntity { get; }

Property Value

bool

ModifiedDamage

public int ModifiedDamage { get; }

Property Value

int

VictimAgentIndex

public int VictimAgentIndex { get; }

Property Value

int

Methods

OnGetLogFilter()

protected override MultiplayerMessageFilter OnGetLogFilter()

Returns

MultiplayerMessageFilter

OnGetLogFormat()

protected override string OnGetLogFormat()

Returns

string

OnRead()

protected override bool OnRead()

Returns

bool

OnWrite()

protected override void OnWrite()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).