AddPlayer | Internal UNET message for adding player objects to client instances. |
Animation | Internal UNET message for sending synchronizing animation state. |
AnimationParameters | Internal UNET message for sending synchronizing animation parameter state. |
AnimationTrigger | Internal UNET message for sending animation triggers. |
Command | Internal UNET message for sending a command from client to server. |
Connect | Internal UNET message for communicating a connection has occurred. |
CRC | Internal UNET message for HLAPI CRC checking. |
Disconnect | Internal UNET message for communicating a disconnect has occurred,. |
Error | Internal UNET message for communicating an error. |
Highest | The highest value of built-in UNET message ids. User messages must be above this value. |
InternalHighest | The highest value of internal UNET message ids. User messages must be above this value. User code cannot replace these handlers. |
LobbyAddPlayerFailed | Internal UNET message for communicating failing to add lobby player. |
LobbyReadyToBegin | Internal UNET message for communicating a player is ready in the lobby. |
LobbyReturnToLobby | Internal UNET messages used to return the game to the lobby scene. |
LobbySceneLoaded | Internal UNET message for communicating a lobby player has loaded the game scene. |
LocalPlayerTransform | Internal UNET message for sending tranforms from client to server. |
NetworkInfo | Internal UNET message for sending information about network peers to clents. |
NotReady | Internal UNET message for server to tell clients they are no longer ready. |
ObjectDestroy | Internal UNET message for destroying objects. |
ObjectHide | Internal UNET message for hiding objects. |
ObjectSpawn | Internal UNET message for spawning objects. |
ObjectSpawnScene | Internal UNET message for spawning scene objects. |
Owner | Internal UNET message for telling clients they own a player object. |
Ready | Internal UNET message for clients to tell server they are ready. |
RemovePlayer | Internal UNET message for removing a player object which was spawned for a client. |
Rpc | Internal UNET message for sending a ClientRPC from server to client. |
Scene | Internal UNET message that tells clients which scene to load when they connect to a server. |
SpawnFinished | Internal UNET messages used to tell when the initial contents of a scene is being spawned. |
SyncEvent | Internal UNET message for sending a SyncEvent from server to client. |
SyncList | Internal UNET message for sending a USyncList generic list. |
UpdateVars | Internal UNET message for updating SyncVars on a client from a server. |