Space Engineers
|
Public Member Functions | |
override void | FixSessionObjectBuilders (MyObjectBuilder_Checkpoint checkpoint, MyObjectBuilder_Sector sector) |
Public Member Functions inherited from Sandbox.Game.World.MySessionCompatHelper | |
virtual void | FixSessionComponentObjectBuilders (MyObjectBuilder_Checkpoint checkpoint, MyObjectBuilder_Sector sector) |
virtual void | AfterEntitiesLoad (int saveVersion) |
virtual void | CheckAndFixPrefab (MyObjectBuilder_Definitions prefab) |
Additional Inherited Members | |
Protected Member Functions inherited from Sandbox.Game.World.MySessionCompatHelper | |
MyObjectBuilder_EntityBase | ConvertBuilderToEntityBase (MyObjectBuilder_EntityBase origEntity, string subTypeNamePrefix) |
Converts the given builder to be of type EntityBase only with components. Prefix is added to sub type name for the created EntityBase and also for component builders. Should be used when an entity was transformed to components and do not need specific entity implementation at all. More... | |
MyObjectBuilder_EntityBase | ConvertInventoryBagToEntityBase (MyObjectBuilder_EntityBase oldBuilder) |
Definition at line 14 of file MySpaceSessionCompatHelper.cs.
|
inlinevirtual |
Reimplemented from Sandbox.Game.World.MySessionCompatHelper.
Definition at line 16 of file MySpaceSessionCompatHelper.cs.