Space Engineers
Public Member Functions | Properties | List of all members
VRage.Network.IMyStreamableReplicable Interface Reference
Inheritance diagram for VRage.Network.IMyStreamableReplicable:
Sandbox.Game.Replication.MyCubeGridReplicable Sandbox.Game.Replication.MyVoxelReplicable

Public Member Functions

void Serialize (BitStream stream)
 
void LoadDone (BitStream stream)
 
void LoadCancel ()
 
IMyStateGroup GetStreamingStateGroup ()
 
float GetPriority (MyClientInfo state, bool cached)
 
float PriorityScale ()
 

Properties

bool NeedsToBeStreamed [get]
 

Detailed Description

Definition at line 9 of file IMyStreamableReplicable.cs.

Member Function Documentation

float VRage.Network.IMyStreamableReplicable.GetPriority ( MyClientInfo  state,
bool  cached 
)
IMyStateGroup VRage.Network.IMyStreamableReplicable.GetStreamingStateGroup ( )
void VRage.Network.IMyStreamableReplicable.LoadCancel ( )
void VRage.Network.IMyStreamableReplicable.LoadDone ( BitStream  stream)
float VRage.Network.IMyStreamableReplicable.PriorityScale ( )
void VRage.Network.IMyStreamableReplicable.Serialize ( BitStream  stream)

Property Documentation

bool VRage.Network.IMyStreamableReplicable.NeedsToBeStreamed
get

Definition at line 22 of file IMyStreamableReplicable.cs.


The documentation for this interface was generated from the following file: