Enum EnterRoomResultCodes
Incoming Enter Room result codes received by the client.
Namespace: Evergine.Networking.Messages
Assembly: Evergine.Networking.dll
Syntax
public enum EnterRoomResultCodes : byte
Fields
Name | Description |
---|---|
Aborted | The client has aborted the join or create operation. |
Rejected | The join operation was rejected by the server. |
RoomAlreadyExists | The room specified by the creation operation already exists. |
RoomIsFull | The room operation after the join operation is complete. |
RoomNotExists | The room specified by the join operation does not exist. |
Succeed | The join or create operation was successful. |