Table of Contents

Class PlayerConnectionInfo

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public class PlayerConnectionInfo
Inheritance
PlayerConnectionInfo
Inherited Members

Constructors

PlayerConnectionInfo(PlayerId)

public PlayerConnectionInfo(PlayerId playerID)

Parameters

playerID PlayerId

Fields

PlayerID

public readonly PlayerId PlayerID

Field Value

PlayerId

Properties

Name

public string Name { get; set; }

Property Value

string

NetworkPeer

public NetworkCommunicator NetworkPeer { get; set; }

Property Value

NetworkCommunicator

SessionKey

public int SessionKey { get; set; }

Property Value

int

Methods

AddParameter(string, object)

public void AddParameter(string name, object parameter)

Parameters

name string
parameter object

GetParameter<T>(string)

public T GetParameter<T>(string name) where T : class

Parameters

name string

Returns

T

Type Parameters

T

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