Mirror/docs/Messages/index.md

27 lines
868 B
Markdown
Raw Normal View History

# Messages Overview
General description of Messages
2019-03-25 12:34:25 +00:00
- AddPlayerMessage
2019-03-24 13:13:31 +00:00
This is passed to handler functions registered for the AddPlayer built-in message.
2019-03-25 12:34:25 +00:00
- ErrorMessage
2019-03-24 13:13:31 +00:00
This is passed to handler functions registered for the SYSTEM_ERROR built-in message.
2019-03-25 12:34:25 +00:00
- NotReadyMessage
2019-03-24 13:13:31 +00:00
This is passed to handler functions registered for the SYSTEM_NOT_READY built-in message.
2019-03-25 12:34:25 +00:00
- PeerAuthorityMessage
2019-03-24 13:13:31 +00:00
Information about a change in authority of a non-player in the same network game.
This information is cached by clients and used during host-migration.
2019-03-25 12:34:25 +00:00
- ReadyMessage
2019-03-24 13:13:31 +00:00
This is passed to handler functions registered for the SYSTEM_READY built-in message.
2019-03-25 12:34:25 +00:00
- ReconnectMessage
2019-03-24 13:13:31 +00:00
This network message is used when a client reconnect to the new host of a game.
2019-03-25 12:34:25 +00:00
- RemovePlayerMessage
2019-03-24 13:13:31 +00:00
This is passed to handler funtions registered for the SYSTEM_REMOVE_PLAYER built-in message.