Table of Contents

Class BattlePeer

Namespace
TaleWorlds.MountAndBlade.Diamond
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class BattlePeer
Inheritance
BattlePeer
Inherited Members

Constructors

BattlePeer(string, PlayerData, Dictionary<string, List<string>>, int, BattleJoinType)

public BattlePeer(string name, PlayerData playerData, Dictionary<string, List<string>> usedCosmetics, int teamNo, BattleJoinType battleJoinType)

Parameters

name string
playerData PlayerData
usedCosmetics Dictionary<string, List<string>>
teamNo int
battleJoinType BattleJoinType

Properties

BattleJoinType

public BattleJoinType BattleJoinType { get; }

Property Value

BattleJoinType

Index

public int Index { get; }

Property Value

int

Name

public string Name { get; }

Property Value

string

PlayerData

public PlayerData PlayerData { get; }

Property Value

PlayerData

PlayerId

public PlayerId PlayerId { get; }

Property Value

PlayerId

Quit

public bool Quit { get; }

Property Value

bool

QuitType

public BattlePeerQuitType QuitType { get; }

Property Value

BattlePeerQuitType

SessionKey

public int SessionKey { get; }

Property Value

int

TeamNo

public int TeamNo { get; }

Property Value

int

UsedCosmetics

public Dictionary<string, List<string>> UsedCosmetics { get; }

Property Value

Dictionary<string, List<string>>

Methods

InitializeSession(int, int)

public void InitializeSession(int index, int sessionKey)

Parameters

index int
sessionKey int

Rejoin(int)

public void Rejoin(int teamNo)

Parameters

teamNo int

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