Enum EnumChannelState
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
The state of a network channel
public enum EnumChannelState
- Extension Methods
Fields
Connected = 2
This channel has been registered client and server side. It is ready to send and receive messages
NotConnected = 3
This channel has been registered only client side. You cannot send data on this channel
NotFound = 0
No such channel was registered
Registered = 1
This channel has been registered but he server did not send the server channel information yet