Class PlayerStatsSiege
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class PlayerStatsSiege : PlayerStatsBase
- Inheritance
-
PlayerStatsSiege
- Inherited Members
Constructors
PlayerStatsSiege()
public PlayerStatsSiege()
Properties
AverageKillCount
public int AverageKillCount { get; }
Property Value
AverageScore
public int AverageScore { get; }
Property Value
ObjectiveGoldGained
public int ObjectiveGoldGained { get; set; }
Property Value
Score
public int Score { get; set; }
Property Value
SiegeEngineKills
public int SiegeEngineKills { get; set; }
Property Value
SiegeEnginesDestroyed
public int SiegeEnginesDestroyed { get; set; }
Property Value
WallsBreached
public int WallsBreached { get; set; }
Property Value
Methods
FillWith(PlayerId, int, int, int, 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 wallsBreached, int siegeEngineKills, int siegeEnginesDestroyed, int objectiveGoldGained, int score)
Parameters
playerIdPlayerIdkillCountintdeathCountintassistCountintwinCountintloseCountintforfeitCountintwallsBreachedintsiegeEngineKillsintsiegeEnginesDestroyedintobjectiveGoldGainedintscoreint
FillWithNewPlayer(PlayerId)
public void FillWithNewPlayer(PlayerId playerId)
Parameters
playerIdPlayerId
Update(BattlePlayerStatsSiege, bool)
public void Update(BattlePlayerStatsSiege stats, bool won)
Parameters
statsBattlePlayerStatsSiegewonbool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).