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
PlayerBattleInfo(PlayerId, string, int, int, State)
public PlayerBattleInfo(PlayerId playerId, string name, int teamNo, int peerIndex, PlayerBattleInfo.State state)
Parameters
Properties
CurrentState
public PlayerBattleInfo.State CurrentState { get; }
Property Value
Disconnected
public bool Disconnected { get; }
Property Value
Fled
public bool Fled { get; }
Property Value
JoinType
public BattleJoinType JoinType { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
PeerIndex
public int PeerIndex { get; set; }
Property Value
PlayerId
public PlayerId PlayerId { get; set; }
Property Value
TeamNo
public int TeamNo { get; set; }
Property Value
Methods
Clone()
public PlayerBattleInfo Clone()
Returns
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).