Skip to main content

MessageChannel

Reliability of a message being sent between the server and the client.

Enums

NameValueDescription
Reliable0A Reliable Message
ReliableUnordered1A Reliable Message sent in an Unordered fashion
ReliableSequenced2A Reliable Message sent in a Sequenced fashion
Unreliable3An Unreliable Message
UnreliableSequenced4Un Unreliable Message sent in a Sequenced fashion
Unknown5Used when MessageChannel could not be parsed. Do not use this.