| Enumerator |
|---|
| MSG2_HELLO | client sends its version as first message
|
| MSG2_FULL | no more slots for us
|
| MSG2_WRONG_PW | server send that on wrong pw
|
| MSG2_WRONG_VER | wrong version
|
| MSG2_BANNED | client not allowed to join
|
| MSG2_WELCOME | we can proceed
|
| MSG2_VERSION | server responds with its version
|
| MSG2_SERVER_SETTINGS | server send client the terrain name: server_info_t
|
| MSG2_USER_INFO | user data that is sent from the server to the clients
|
| MSG2_MASTERINFO | master information response
|
| MSG2_NETQUALITY | network quality information
|
| MSG2_GAME_CMD | Script message. Can be sent in both directions.
|
| MSG2_USER_JOIN | new user joined
|
| MSG2_USER_LEAVE | user leaves
|
| MSG2_UTF8_CHAT | broadcast chat line in UTF8 encoding; Payload: const char*(text)
|
| MSG2_UTF8_PRIVCHAT | private chat line in UTF8 encoding; Payload: uint32_t(uniqueid), const char*(text)
|
| MSG2_STREAM_REGISTER | create new stream
|
| MSG2_STREAM_REGISTER_RESULT | result of a stream creation
|
| MSG2_STREAM_UNREGISTER | remove stream
|
| MSG2_STREAM_DATA | stream data
|
| MSG2_STREAM_DATA_DISCARDABLE | stream data that is allowed to be discarded
|
| MSG2_WRONG_VER_LEGACY | Wrong version.
|