|
Space Engineers
|
Public Member Functions | |
| void | OnConnectionAttemptFailed () |
| void | OnConnectionBanned () |
| void | OnInvalidPassword () |
| void | OnServerDataReceived (VRage.Library.Collections.BitStream incomingStream) |
| void | OnAlreadyConnected () |
| void | OnStateDataDownloadProgress (uint progress, uint total, uint partLength) |
| void | OnDisconnectionNotification () |
| void | OnLocalClientReady () |
| void | OnSendClientData (VRage.Library.Collections.BitStream outputStream) |
| void | OnWorldReceived (VRage.Library.Collections.BitStream incomingStream) |
Public Member Functions inherited from VRage.Network.IMyPeerCallback | |
| 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 IMyClientCallback.cs.
| void VRage.Network.IMyClientCallback.OnAlreadyConnected | ( | ) |
| void VRage.Network.IMyClientCallback.OnConnectionAttemptFailed | ( | ) |
| void VRage.Network.IMyClientCallback.OnConnectionBanned | ( | ) |
| void VRage.Network.IMyClientCallback.OnDisconnectionNotification | ( | ) |
| void VRage.Network.IMyClientCallback.OnInvalidPassword | ( | ) |
| void VRage.Network.IMyClientCallback.OnLocalClientReady | ( | ) |
| void VRage.Network.IMyClientCallback.OnSendClientData | ( | VRage.Library.Collections.BitStream | outputStream | ) |
| void VRage.Network.IMyClientCallback.OnServerDataReceived | ( | VRage.Library.Collections.BitStream | incomingStream | ) |
| void VRage.Network.IMyClientCallback.OnStateDataDownloadProgress | ( | uint | progress, |
| uint | total, | ||
| uint | partLength | ||
| ) |
| void VRage.Network.IMyClientCallback.OnWorldReceived | ( | VRage.Library.Collections.BitStream | incomingStream | ) |
1.8.8