Search Results for

    Show / Hide Table of Contents

    Class PreferredGameSettings

    Inheritance
    object
    PreferredGameSettings
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class PreferredGameSettings

    Fields

    allowDejavu

    Declaration
    public bool allowDejavu
    Field Value
    Type Description
    bool

    allowMidJoins

    Declaration
    public AllowMidJoinType allowMidJoins
    Field Value
    Type Description
    AllowMidJoinType

    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
    public string dejavuItem
    Field Value
    Type Description
    string

    difficulty

    Declaration
    public string difficulty
    Field Value
    Type Description
    string

    enableVotes

    Declaration
    public bool enableVotes
    Field Value
    Type Description
    bool

    hero

    Declaration
    public string hero
    Field Value
    Type Description
    string

    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
    Type Description
    string

    lobbyName

    Declaration
    public string lobbyName
    Field Value
    Type Description
    string

    lucidDreams

    Declaration
    public List<string> lucidDreams
    Field Value
    Type Description
    System.Collections.Generic.List<T><string>

    tags

    Declaration
    public List<string> tags
    Field Value
    Type Description
    System.Collections.Generic.List<T><string>

    Methods

    ApplyToGame()

    Declaration
    public void ApplyToGame()

    Validate()

    Declaration
    public void Validate()
    In This Article
    Back to top Shape of Dreams API Documentation