Enum ClientRunLevel
Enumeration of the run levels of the BaseClient.
Namespace: Robust.Client
Assembly: Robust.Client.dll
Syntax
public enum ClientRunLevel : byte
Fields
| Name | Description |
|---|---|
| Connected | The client has successfully finished connecting to the server. |
| Connecting | The client started connecting to the server, and is in the process of building the session. |
| Error | |
| InGame | The client is now in the game, moving around. |
| Initialize | The client has not started connecting to a server (on main menu). |
| SinglePlayerGame | The client is now in singleplayer mode, in-game. |