Class PlayerServiceRecord
Details about a player service record.
Inheritance
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class PlayerServiceRecord
Constructors
Name | Description |
---|---|
PlayerServiceRecord() |
Properties
Name | Description |
---|---|
BombStats | Gets or sets stats for the player in the Bomb game mode. |
CaptureTheFlagStats | Gets or sets stats for the player in the Capture The Flag (CTF) game mode. |
CoreStats | Gets or sets core player stats. |
EliminationStats | Gets or sets stats for the player in the Elimination game mode. |
ExtractionStats | Gets or sets stats for the player in the Extraction game mode. |
InfectionStats | Gets or sets stats for the player in the Infection game mode. |
Losses | Gets or sets the total number of losses. |
MatchesCompleted | Gets or sets the total number of matches completed. |
OddballStats | Gets or sets stats for the player in the Oddball game mode. |
StockpileStats | Gets or sets stats for the player in the Stockpile game mode. |
Subqueries | Gets or sets the container for all subqueries for the service record. |
Ties | Gets or sets the total number of ties. |
TimePlayed | Gets or sets the total time played. |
Wins | Gets or sets the total number of wins. |
ZonesStats | Gets or sets stats for the player in the Land Grab, King Of The Hill (KOTH), or Strongholds game modes. |