Class StateApi
Inheritance
System.Object
StateApi
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: LLBML
Assembly: LLBModdingLib.dll
Syntax
public static class StateApi
Properties
CurrentGameMode
Gets the current game mode.
Declaration
public static GameMode CurrentGameMode { get; }
Property Value
| Type | Description |
|---|---|
| GameMode | The GameMode enum value for the current mode. |