Table of Contents

Enum EnumClientState

Namespace
Vintagestory.API.Server
Assembly
VintagestoryAPI.dll

The current connection state of a player thats currently connecting to the server

public enum EnumClientState

Fields

Connected = 2
Connecting = 1
Offline = 0
Playing = 3