Class PlayerGameStatsComponent
public class PlayerGameStatsComponent : IPlayerComponent, IDisposable, ILeaderboardRow
- Inheritance
-
PlayerGameStatsComponent
- Implements
- Inherited Members
Properties
LongestShot
public LongestShot LongestShot { get; set; }
Property Value
Player
public WarfarePlayer Player { get; }
Property Value
Stats
This array is the stats of the player's active team. This gets switched out to a different array when they change teams.
public double[] Stats { get; }
Property Value
- double[]
Methods
AddToStat(int, double)
public void AddToStat(int index, double value)
Parameters
AddToStat(int, int)
public void AddToStat(int index, int value)
Parameters
AddToStat(string?, double)
public void AddToStat(string? statName, double value)
Parameters
AddToStat(string?, int)
public void AddToStat(string? statName, int value)
Parameters
GetStatValue(LeaderboardPhaseStatInfo)
public double GetStatValue(LeaderboardPhaseStatInfo stat)