Search Results for

    Show / Hide Table of Contents

    Class MissionInfo

    Inheritance
    System.Object
    MissionInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Oasys.Common.GameInstances
    Assembly: Oasys.Common.dll
    Syntax
    public class MissionInfo

    Properties

    GameID

    Declaration
    public uint GameID { get; }
    Property Value
    Type Description
    System.UInt32

    GameIndentifierName

    Declaration
    public string GameIndentifierName { get; }
    Property Value
    Type Description
    System.String

    GameMode

    Declaration
    public string GameMode { get; }
    Property Value
    Type Description
    System.String

    GameType

    Declaration
    public GameTypes GameType { get; }
    Property Value
    Type Description
    GameTypes

    LobbyName

    Declaration
    public string LobbyName { get; }
    Property Value
    Type Description
    System.String

    MainGameType

    Declaration
    public string MainGameType { get; }
    Property Value
    Type Description
    System.String

    MapConfigAsset

    Declaration
    public string MapConfigAsset { get; }
    Property Value
    Type Description
    System.String

    MapID

    Declaration
    public MapIDFlag MapID { get; }
    Property Value
    Type Description
    MapIDFlag

    MapName

    Declaration
    public string MapName { get; }
    Property Value
    Type Description
    System.String

    MatchTypeName

    Declaration
    public string MatchTypeName { get; }
    Property Value
    Type Description
    System.String

    RegionName

    Declaration
    public string RegionName { get; }
    Property Value
    Type Description
    System.String

    SubGameType

    Declaration
    public string SubGameType { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.In<T>(T, T[])
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾