diff --git a/docs/Messages/index.md b/docs/Messages/index.md index 381b71d6c..787525573 100644 --- a/docs/Messages/index.md +++ b/docs/Messages/index.md @@ -2,25 +2,25 @@ General description of Messages -- AddPlayerMessage +- **AddPlayerMessage** This is passed to handler functions registered for the AddPlayer built-in message. -- ErrorMessage +- **ErrorMessage** This is passed to handler functions registered for the SYSTEM_ERROR built-in message. -- NotReadyMessage +- **NotReadyMessage** This is passed to handler functions registered for the SYSTEM_NOT_READY built-in message. -- PeerAuthorityMessage +- **PeerAuthorityMessage** 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. -- ReadyMessage +- **ReadyMessage** This is passed to handler functions registered for the SYSTEM_READY built-in message. -- ReconnectMessage +- **ReconnectMessage** This network message is used when a client reconnect to the new host of a game. -- RemovePlayerMessage +- **RemovePlayerMessage** This is passed to handler funtions registered for the SYSTEM_REMOVE_PLAYER built-in message.