Table of Contents

Class AddPeerComponent

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

Constructors

AddPeerComponent()

public AddPeerComponent()

AddPeerComponent(NetworkCommunicator, uint)

public AddPeerComponent(NetworkCommunicator peer, uint componentId)

Parameters

peer NetworkCommunicator
componentId uint

Properties

ComponentId

public uint ComponentId { get; }

Property Value

uint

Peer

public NetworkCommunicator Peer { 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).