Network message destination types.
Name | Value | Description |
---|---|---|
MSG_BROADCAST | 0 | unreliable to all |
MSG_ONE | 1 | reliable to one (msg_entity) |
MSG_ALL | 2 | reliable to all |
MSG_INIT | 3 | write to the init string |
MSG_PVS | 4 | Ents in PVS of org |
MSG_PAS | 5 | Ents in PAS of org |
MSG_PVS_R | 6 | Reliable to PVS |
MSG_PAS_R | 7 | Reliable to PAS |
MSG_ONE_UNRELIABLE | 8 | Send to one client, but don't put in reliable stream, put in unreliable datagram ( could be dropped ) |
MSG_SPEC | 9 | Sends to all spectator proxies |