Class MatchInfo
Container for general match information.
Inheritance
System.Object
MatchInfo
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 MatchInfo
Constructors
| Name | Description |
|---|---|
| MatchInfo() |
Properties
| Name | Description |
|---|---|
| ClearanceId | Gets or sets the clearance ID. |
| Duration | Gets or sets the match duration. |
| EndTime | Gets or sets the match end time. |
| GameplayInteraction | Gets or sets the gameplay interaction mode for a specific match. |
| GameVariantCategory | Gets or sets the match game variant category. |
| LevelId | Gets or sets the match level ID. |
| LifecycleMode | Gets or sets the match lifecycle mode. |
| MapVariant | Gets or sets the map variant for the match. |
| PlayableDuration | Gets or sets the playable duration. |
| Playlist | Gets or sets the associated playlist. |
| PlaylistExperience | Gets or sets the associated playlist experience. |
| PlaylistMapModePair | Gets or sets the playlist map-mode pair. |
| SeasonId | Gets or sets the season ID. |
| StartTime | Gets or sets the match start time. |
| TeamScoringEnabled | Gets or sets a value indicating whether team scoring is enabled. |
| TeamsEnabled | Gets or sets a value indicating whether teams are enabled. |
| UgcGameVariant | Gets or sets the game variant for the match. |