Space Engineers
|
Public Member Functions | |
bool | ShouldSerializeRespawnShip () |
bool | ShouldSerializeCubeGrid () |
Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base | |
bool | ShouldSerializeSubtypeId () |
void | Save (string filepath) |
virtual MyObjectBuilder_Base | Clone () |
Public Attributes | |
bool | RespawnShip |
MyObjectBuilder_CubeGrid | CubeGrid |
MyObjectBuilder_CubeGrid[] | CubeGrids |
string | PrefabPath |
Public Attributes inherited from VRage.Game.MyObjectBuilder_DefinitionBase | |
SerializableDefinitionId | Id |
string | DisplayName |
string | Description |
string[] | Icons |
bool | Public = true |
bool | Enabled = true |
bool | AvailableInSurvival = true |
Additional Inherited Members | |
Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base | |
MyStringHash | SubtypeId [get] |
string | SubtypeName [get, set] |
MyObjectBuilderType | TypeId [get] |
Definition at line 10 of file MyObjectBuilder_PrefabDefinition.cs.
|
inline |
Definition at line 20 of file MyObjectBuilder_PrefabDefinition.cs.
|
inline |
Definition at line 15 of file MyObjectBuilder_PrefabDefinition.cs.
MyObjectBuilder_CubeGrid VRage.Game.MyObjectBuilder_PrefabDefinition.CubeGrid |
Definition at line 19 of file MyObjectBuilder_PrefabDefinition.cs.
MyObjectBuilder_CubeGrid [] VRage.Game.MyObjectBuilder_PrefabDefinition.CubeGrids |
Definition at line 24 of file MyObjectBuilder_PrefabDefinition.cs.
string VRage.Game.MyObjectBuilder_PrefabDefinition.PrefabPath |
Definition at line 27 of file MyObjectBuilder_PrefabDefinition.cs.
bool VRage.Game.MyObjectBuilder_PrefabDefinition.RespawnShip |
Definition at line 14 of file MyObjectBuilder_PrefabDefinition.cs.