[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:fCraft.SessionState"]
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
public enum SessionState
Members
| Member | Value | Description |
|---|---|---|
| Offline | 0 | There is no session associated with this player (e.g. Console). |
| Connecting | 1 | Player is in the middle of the login sequence. |
| LoadingMain | 2 | Player has logged in, and is loading the first world. |
| Online | 3 | Player is fully connected and online. |
| PendingDisconnect | 4 | Player was kicked, and is about to be disconnected. |
| Disconnected | 5 | Session has ended - player disconnected. |