[This is preliminary documentation and is subject to change.]

Describes the state of a connected Player's session.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public enum SessionState

Members

MemberValueDescription
Offline0
There is no session associated with this player (e.g. Console).
Connecting1
Player is in the middle of the login sequence.
LoadingMain2
Player has logged in, and is loading the first world.
Online3
Player is fully connected and online.
PendingDisconnect4
Player was kicked, and is about to be disconnected.
Disconnected5
Session has ended - player disconnected.

See Also