|
| void | SendServerData (BitStream stream, EndpointId endpoint) |
| |
| void | SendReplicationCreate (BitStream stream, EndpointId endpoint) |
| |
| void | SendReplicationCreateStreamed (BitStream stream, EndpointId endpoint) |
| |
| void | SendReplicationDestroy (BitStream stream, EndpointId endpoint) |
| |
| void | SendStateSync (BitStream stream, EndpointId endpoint, bool reliable) |
| |
| void | SendJoinResult (BitStream stream, EndpointId endpoint) |
| |
| void | SendWorldData (BitStream stream, EndpointId endpoint) |
| |
| void | SendCustomState (BitStream stream, EndpointId endpoint) |
| |
| void | SentClientJoined (BitStream stream, EndpointId endpoint) |
| |
| void | SendEvent (BitStream stream, bool reliable, EndpointId endpoint) |
| |
| int | GetMTUSize (EndpointId clientId) |
| |
| int | GetMTRSize (EndpointId clientId) |
| |
| void | DisconnectClient (ulong clientId) |
| |
| VRage.Library.Utils.MyTimeSpan | GetUpdateTime () |
| |
| void VRage.Replication.IReplicationServerCallback.DisconnectClient |
( |
ulong |
clientId | ) |
|
| int VRage.Replication.IReplicationServerCallback.GetMTRSize |
( |
EndpointId |
clientId | ) |
|
| int VRage.Replication.IReplicationServerCallback.GetMTUSize |
( |
EndpointId |
clientId | ) |
|
| void VRage.Replication.IReplicationServerCallback.SendCustomState |
( |
BitStream |
stream, |
|
|
EndpointId |
endpoint |
|
) |
| |
| void VRage.Replication.IReplicationServerCallback.SendEvent |
( |
BitStream |
stream, |
|
|
bool |
reliable, |
|
|
EndpointId |
endpoint |
|
) |
| |
| void VRage.Replication.IReplicationServerCallback.SendJoinResult |
( |
BitStream |
stream, |
|
|
EndpointId |
endpoint |
|
) |
| |
| void VRage.Replication.IReplicationServerCallback.SendReplicationCreate |
( |
BitStream |
stream, |
|
|
EndpointId |
endpoint |
|
) |
| |
| void VRage.Replication.IReplicationServerCallback.SendReplicationCreateStreamed |
( |
BitStream |
stream, |
|
|
EndpointId |
endpoint |
|
) |
| |
| void VRage.Replication.IReplicationServerCallback.SendReplicationDestroy |
( |
BitStream |
stream, |
|
|
EndpointId |
endpoint |
|
) |
| |
| void VRage.Replication.IReplicationServerCallback.SendServerData |
( |
BitStream |
stream, |
|
|
EndpointId |
endpoint |
|
) |
| |
| void VRage.Replication.IReplicationServerCallback.SendStateSync |
( |
BitStream |
stream, |
|
|
EndpointId |
endpoint, |
|
|
bool |
reliable |
|
) |
| |
| void VRage.Replication.IReplicationServerCallback.SendWorldData |
( |
BitStream |
stream, |
|
|
EndpointId |
endpoint |
|
) |
| |
| void VRage.Replication.IReplicationServerCallback.SentClientJoined |
( |
BitStream |
stream, |
|
|
EndpointId |
endpoint |
|
) |
| |
The documentation for this interface was generated from the following file: