Table of Contents

Class PlayerBattleInfo

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

Constructors

PlayerBattleInfo()

public PlayerBattleInfo()

PlayerBattleInfo(PlayerId, string, int)

public PlayerBattleInfo(PlayerId playerId, string name, int teamNo)

Parameters

playerId PlayerId
name string
teamNo int

PlayerBattleInfo(PlayerId, string, int, int, State)

public PlayerBattleInfo(PlayerId playerId, string name, int teamNo, int peerIndex, PlayerBattleInfo.State state)

Parameters

playerId PlayerId
name string
teamNo int
peerIndex int
state PlayerBattleInfo.State

Properties

CurrentState

public PlayerBattleInfo.State CurrentState { get; }

Property Value

PlayerBattleInfo.State

Disconnected

public bool Disconnected { get; }

Property Value

bool

Fled

public bool Fled { get; }

Property Value

bool

JoinType

public BattleJoinType JoinType { get; set; }

Property Value

BattleJoinType

Name

public string Name { get; set; }

Property Value

string

PeerIndex

public int PeerIndex { get; set; }

Property Value

int

PlayerId

public PlayerId PlayerId { get; set; }

Property Value

PlayerId

TeamNo

public int TeamNo { get; set; }

Property Value

int

Methods

Clone()

public PlayerBattleInfo Clone()

Returns

PlayerBattleInfo

Disconnect()

public void Disconnect()

Flee()

public void Flee()

Initialize(int)

public void Initialize(int peerIndex)

Parameters

peerIndex int

RejoinBattle(int)

public void RejoinBattle(int teamNo)

Parameters

teamNo int

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