Class PlaylistCustomData
Custom data associated with a playlist.
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 PlaylistCustomData
Constructors
| Name | Description |
|---|---|
| PlaylistCustomData() |
Properties
| Name | Description |
|---|---|
| AllowBotJoinInProgress | Gets or sets a value indicating whether bots can join an in-progress match. |
| AllowedDeviceInputs | Gets or sets the array of device inputs acceptable in the playlist. |
| AllowFriendJoinInProgress | Gets or sets a value indicating whether friends can join an in-progress match. |
| AllowMatchmakingJoinInProgress | Gets or sets a value indicating whether matchmade players can join an in-progress match. |
| BotDifficulty | Gets or sets the bot difficulty for the playlist. |
| DisableMidgameChat | Gets or sets a value indicating whether mid-game chat is disabled. |
| ExitExperienceDurationSec | Gets or sets the duration of the exit experience in seconds. |
| FireteamLeaderKickAllowed | Gets or sets a value indicating whether the fireteam leader is allowed to kick players. |
| MaxFireteamSize | Gets or sets the maximum fireteam size. |
| MaxSplitscreenPlayersAllowed | Gets or sets the maximum number of splitscreen players allowed. |
| MaxTeamImbalance | Gets or sets the maximum team imbalance. |
| MaxTeams | Gets or sets the maximum number of teams. |
| MaxTeamSize | Gets or sets the maximum team size. |
| MinFireteamSize | Gets or sets the minimum fireteam size. |
| MinTeams | Gets or sets the minimum number of teams. |
| MinTeamSize | Gets or sets the minimum team size. |
| PlaylistEntries | Gets or sets the list of playlist entries. |
| Strategy | Gets or sets the playlist strategy type. |