Space Engineers
Public Member Functions | Protected Member Functions | List of all members
Sandbox.Game.Replication.MyFloatingObjectReplicable Class Reference

This class creates replicable object for MyReplicableEntity : MyEntity More...

Inheritance diagram for Sandbox.Game.Replication.MyFloatingObjectReplicable:
Sandbox.Game.Replication.MyEntityReplicableBaseEvent< MyFloatingObject >

Public Member Functions

override bool OnSave (VRage.Library.Collections.BitStream stream)
 
override void GetStateGroups (List< IMyStateGroup > resultList)
 

Protected Member Functions

override IMyStateGroup CreatePhysicsGroup ()
 
override void OnHook ()
 
override void OnLoad (VRage.Library.Collections.BitStream stream, Action< MyFloatingObject > loadingDoneHandler)
 
- Protected Member Functions inherited from Sandbox.Game.Replication.MyEntityReplicableBaseEvent< MyFloatingObject >
override void OnHook ()
 

Detailed Description

This class creates replicable object for MyReplicableEntity : MyEntity

Definition at line 13 of file MyFloatingObjectReplicable.cs.

Member Function Documentation

override IMyStateGroup Sandbox.Game.Replication.MyFloatingObjectReplicable.CreatePhysicsGroup ( )
inlineprotected

Definition at line 17 of file MyFloatingObjectReplicable.cs.

override void Sandbox.Game.Replication.MyFloatingObjectReplicable.GetStateGroups ( List< IMyStateGroup resultList)
inline

Definition at line 43 of file MyFloatingObjectReplicable.cs.

override void Sandbox.Game.Replication.MyFloatingObjectReplicable.OnHook ( )
inlineprotected

Definition at line 22 of file MyFloatingObjectReplicable.cs.

override void Sandbox.Game.Replication.MyFloatingObjectReplicable.OnLoad ( VRage.Library.Collections.BitStream  stream,
Action< MyFloatingObject loadingDoneHandler 
)
inlineprotected

Definition at line 37 of file MyFloatingObjectReplicable.cs.

override bool Sandbox.Game.Replication.MyFloatingObjectReplicable.OnSave ( VRage.Library.Collections.BitStream  stream)
inline

Definition at line 28 of file MyFloatingObjectReplicable.cs.


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