Table of Contents

Class DeletePlayer

Namespace
TaleWorlds.MountAndBlade.Network.Messages
Assembly
TaleWorlds.MountAndBlade.dll
public sealed class DeletePlayer : GameNetworkMessage
Inheritance
DeletePlayer
Inherited Members

Constructors

DeletePlayer()

public DeletePlayer()

DeletePlayer(int, bool)

public DeletePlayer(int playerIndex, bool addToDisconnectList)

Parameters

playerIndex int
addToDisconnectList bool

Properties

AddToDisconnectList

public bool AddToDisconnectList { get; }

Property Value

bool

PlayerIndex

public int PlayerIndex { 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).