API ReferenceSandbox.Network
public sealed struct Sandbox.Network.ReconnectMsg
Sent to the server to tell clients to reconnect. This is sent when the server is changing games, or maps, and wants the current players to follow them to the new game, or map. We send the Game and Map to the best of our knowledge, so the client can maybe preload them, while we are.
Properties
Showing 2 properties
public string Sandbox.Network.ReconnectMsg.Game { get; set; }
public string Sandbox.Network.ReconnectMsg.Map { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Network |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Network.ReconnectMsg |