Class PlayerMatchHistoryRecord
Match history record for a Halo Infinite player.
Inheritance
System.Object
PlayerMatchHistoryRecord
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 PlayerMatchHistoryRecord
Constructors
| Name | Description |
|---|---|
| PlayerMatchHistoryRecord() |
Properties
| Name | Description |
|---|---|
| LastTeamId | Gets or sets the last team ID. |
| MatchId | Gets or sets the match ID. |
| MatchInfo | Gets or sets match metadata. |
| Outcome | Gets or sets the match outcome. |
| PresentAtEndOfMatch | Gets or sets a value that indicates whether the player was present at the end of the match. |
| Rank | Gets or sets the player rank. |