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()
Assembly: Oasys.Common.dll
Syntax
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
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
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