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