Class Result
Result associated with a matchmade game.
Inheritance
System.Object
Result
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 Result
Constructors
| Name | Description |
|---|---|
| Result() |
Properties
| Name | Description |
|---|---|
| Counterfactuals | Gets or sets the match counterfactuals that map expected performance to actual performance. |
| RankedRewards | Gets or sets ranked rewards for a player as a result of the match. |
| RankRecap | Gets or sets the rank recap, outlining the CSR progression. |
| StatPerformances | Gets or sets information regarding kill and death performance. |
| TeamId | Gets or sets the team ID. |
| TeamMmr | Gets or sets the team Matchmaking Rank (MMR). |
| TeamMmrs | Gets or sets the breakdown of team Machmaking Rank (MMR) values. |