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 join or create operation has been aborted by the client. |
| Rejected | The join operation has been rejected by the server. |
| RoomAlreadyExists | The room specified by the create operation already exists. |
| RoomIsFull | The room operation by the join operation is full. |
| RoomNotExists | The room specified by the join opeartion does not exists. |
| Succeed | The join or create operation was succeeded. |