Table of Contents

Class KillDeathCountChange

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

Constructors

KillDeathCountChange()

public KillDeathCountChange()

KillDeathCountChange(NetworkCommunicator, NetworkCommunicator, int, int, int, int)

public KillDeathCountChange(NetworkCommunicator peer, NetworkCommunicator attackerPeer, int killCount, int assistCount, int deathCount, int score)

Parameters

peer NetworkCommunicator
attackerPeer NetworkCommunicator
killCount int
assistCount int
deathCount int
score int

Properties

AssistCount

public int AssistCount { get; }

Property Value

int

AttackerPeer

public NetworkCommunicator AttackerPeer { get; }

Property Value

NetworkCommunicator

DeathCount

public int DeathCount { get; }

Property Value

int

KillCount

public int KillCount { get; }

Property Value

int

Score

public int Score { get; }

Property Value

int

VictimPeer

public NetworkCommunicator VictimPeer { get; }

Property Value

NetworkCommunicator

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).