Class PlayerStatsBase
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class PlayerStatsBase
- Inheritance
-
PlayerStatsBase
- Derived
- Inherited Members
Constructors
PlayerStatsBase()
public PlayerStatsBase()
Properties
AssistCount
public int AssistCount { get; set; }
Property Value
AverageKillPerDeath
public float AverageKillPerDeath { get; }
Property Value
DeathCount
public int DeathCount { get; set; }
Property Value
ForfeitCount
public int ForfeitCount { get; set; }
Property Value
GameType
public string GameType { get; set; }
Property Value
KillCount
public int KillCount { get; set; }
Property Value
LoseCount
public int LoseCount { get; set; }
Property Value
PlayerId
public PlayerId PlayerId { get; }
Property Value
WinCount
public int WinCount { get; set; }
Property Value
Methods
FillWith(PlayerId, int, int, int, int, int, int)
public void FillWith(PlayerId playerId, int killCount, int deathCount, int assistCount, int winCount, int loseCount, int forfeitCount)
Parameters
playerIdPlayerIdkillCountintdeathCountintassistCountintwinCountintloseCountintforfeitCountint
Update(BattlePlayerStatsBase, bool)
public virtual void Update(BattlePlayerStatsBase battleStats, bool won)
Parameters
battleStatsBattlePlayerStatsBasewonbool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).