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
stringplayerData
PlayerDatausedCosmetics
Dictionary<string, List<string>>teamNo
intbattleJoinType
BattleJoinType
Properties
BattleJoinType
public BattleJoinType BattleJoinType { get; }
Property Value
Index
public int Index { get; }
Property Value
Name
public string Name { get; }
Property Value
PlayerData
public PlayerData PlayerData { get; }
Property Value
PlayerId
public PlayerId PlayerId { get; }
Property Value
Quit
public bool Quit { get; }
Property Value
QuitType
public BattlePeerQuitType QuitType { get; }
Property Value
SessionKey
public int SessionKey { get; }
Property Value
TeamNo
public int TeamNo { get; }
Property Value
UsedCosmetics
public Dictionary<string, List<string>> UsedCosmetics { get; }
Property Value
Methods
InitializeSession(int, int)
public void InitializeSession(int index, int sessionKey)
Parameters
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).