Space Engineers
|
Public Member Functions | |
void | OnClientJoined (EndpointId endpointId) |
Called when client is connected and validated. More... | |
void | OnClientLeft (EndpointId endpointId) |
Called when client leaves in any way. Clear per-client structure here. More... | |
void | OnConnectionLost (EndpointId endpointId) |
Called when connection to client is lost. OnClientLeft is called right after this call returns. More... | |
Definition at line 8 of file IMyPeerCallback.cs.
void VRage.Network.IMyPeerCallback.OnClientJoined | ( | EndpointId | endpointId | ) |
Called when client is connected and validated.
void VRage.Network.IMyPeerCallback.OnClientLeft | ( | EndpointId | endpointId | ) |
Called when client leaves in any way. Clear per-client structure here.
void VRage.Network.IMyPeerCallback.OnConnectionLost | ( | EndpointId | endpointId | ) |
Called when connection to client is lost. OnClientLeft is called right after this call returns.