mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Update index.md
This commit is contained in:
parent
29558e43fd
commit
c754082dca
@ -2,25 +2,25 @@
|
|||||||
|
|
||||||
General description of Messages
|
General description of Messages
|
||||||
|
|
||||||
- AddPlayerMessage
|
- **AddPlayerMessage**
|
||||||
This is passed to handler functions registered for the AddPlayer built-in message.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
This is passed to handler funtions registered for the SYSTEM_REMOVE_PLAYER built-in message.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user