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
playerId
PlayerIdkillCount
intdeathCount
intassistCount
intwinCount
intloseCount
intforfeitCount
introundsWon
introundsLost
int
FillWithNewPlayer(PlayerId)
public void FillWithNewPlayer(PlayerId playerId)
Parameters
playerId
PlayerId
Update(BattlePlayerStatsBattle, bool)
public void Update(BattlePlayerStatsBattle stats, bool won)
Parameters
stats
BattlePlayerStatsBattlewon
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).