Class PlayerStatsTeamDeathmatch
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class PlayerStatsTeamDeathmatch : PlayerStatsBase
- Inheritance
-
PlayerStatsTeamDeathmatch
- Inherited Members
Constructors
PlayerStatsTeamDeathmatch()
public PlayerStatsTeamDeathmatch()
Properties
AverageScore
public float AverageScore { get; }
Property Value
Score
public int Score { get; set; }
Property Value
Methods
FillWith(PlayerId, 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 score)
Parameters
playerIdPlayerIdkillCountintdeathCountintassistCountintwinCountintloseCountintforfeitCountintscoreint
FillWithNewPlayer(PlayerId)
public void FillWithNewPlayer(PlayerId playerId)
Parameters
playerIdPlayerId
Update(BattlePlayerStatsTeamDeathmatch, bool)
public void Update(BattlePlayerStatsTeamDeathmatch stats, bool won)
Parameters
statsBattlePlayerStatsTeamDeathmatchwonbool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).