Space Engineers
Public Member Functions | List of all members
VRage.Replication.IReplicationServerCallback Interface Reference
Inheritance diagram for VRage.Replication.IReplicationServerCallback:
Sandbox.Engine.Multiplayer.MyMultiplayerServerBase Sandbox.Engine.Multiplayer.MyDedicatedServerBase Sandbox.Engine.Multiplayer.MyMultiplayerLobby Sandbox.Engine.Multiplayer.MyDedicatedServer

Public Member Functions

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 ()
 

Detailed Description

Definition at line 6 of file IReplicationServerCallback.cs.

Member Function Documentation

void VRage.Replication.IReplicationServerCallback.DisconnectClient ( ulong  clientId)
int VRage.Replication.IReplicationServerCallback.GetMTRSize ( EndpointId  clientId)
int VRage.Replication.IReplicationServerCallback.GetMTUSize ( EndpointId  clientId)
VRage.Library.Utils.MyTimeSpan VRage.Replication.IReplicationServerCallback.GetUpdateTime ( )
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: