Class PreferredGameSettings
Inheritance
object
PreferredGameSettings
Assembly: Dew.Core.dll
Syntax
public class PreferredGameSettings
Fields
allowDejavu
Declaration
Field Value
allowMidJoins
Declaration
public AllowMidJoinType allowMidJoins
Field Value
bannedGameItems
Declaration
public List<string> bannedGameItems
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><string> |
|
customData
Declaration
public Dictionary<string, string> customData
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
|
dejavuItem
Declaration
Field Value
difficulty
Declaration
Field Value
enableVotes
Declaration
Field Value
hero
Declaration
Field Value
heroSelectedLoadoutIndex
Declaration
public Dictionary<string, int> heroSelectedLoadoutIndex
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<TKey, TValue><string, int> |
|
lobbyDescription
Declaration
public string lobbyDescription
Field Value
lobbyName
Declaration
Field Value
lucidDreams
Declaration
public List<string> lucidDreams
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><string> |
|
Declaration
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><string> |
|
Methods
ApplyToGame()
Declaration
public void ApplyToGame()
Validate()
Declaration