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