Class PlayerStatsBattle
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class PlayerStatsBattle : PlayerStatsBase
- Inheritance
-
PlayerStatsBattle
- Inherited Members
Constructors
PlayerStatsBattle()
public PlayerStatsBattle()
Properties
RoundsLost
public int RoundsLost { get; }
Property Value
RoundsWon
public int RoundsWon { get; }
Property Value
Methods
FillWith(PlayerId, int, int, int, int, int, int, int, int)
public void FillWith(PlayerId playerId, int killCount, int deathCount, int assistCount, int winCount, int loseCount, int forfeitCount, int roundsWon, int roundsLost)
Parameters
playerIdPlayerIdkillCountintdeathCountintassistCountintwinCountintloseCountintforfeitCountintroundsWonintroundsLostint
FillWithNewPlayer(PlayerId)
public void FillWithNewPlayer(PlayerId playerId)
Parameters
playerIdPlayerId
Update(BattlePlayerStatsBattle, bool)
public void Update(BattlePlayerStatsBattle stats, bool won)
Parameters
statsBattlePlayerStatsBattlewonbool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).