Sandbox.Common.ObjectBuilders.Definitions
MyObjectBuilder OxygenContainerObject
Assembly: SpaceEngineers.ObjectBuilders.dll
public class MyObjectBuilder_OxygenContainerObject: MyObjectBuilder_GasContainerObject
Fields
| Member | Description |
|---|---|
| OxygenLevel | This is not synced automatically Call SyncOxygenContainerLevel on inventory to sync it |
| DurabilityHP | This is used for GUI to show the amount of health points (durability) of the weapons and tools. This is updated through Durability entity component if entity exists.. Inherited from MyObjectBuilder_PhysicalObject |
| Flags | Inherited from MyObjectBuilder_PhysicalObject |
| UniqueId | Globally unique identifier for tracking specific item instances across inventory transfers. When set (non-empty), this item cannot stack with any other items. Inherited from MyObjectBuilder_PhysicalObject |
Properties
| Member | Description |
|---|---|
| GasLevel | Inherited from MyObjectBuilder_GasContainerObject |
| SubtypeId | Inherited from MyObjectBuilder_Base |
| SubtypeName | Inherited from MyObjectBuilder_Base |
| TypeId | Inherited from MyObjectBuilder_Base |
Constructors
| Member | Description |
|---|---|
| MyObjectBuilder_OxygenContainerObject() | |
| MyObjectBuilder_GasContainerObject() | Inherited from MyObjectBuilder_GasContainerObject |
| MyObjectBuilder_PhysicalObject() | Inherited from MyObjectBuilder_PhysicalObject |
| MyObjectBuilder_PhysicalObject(MyItemFlags) | Inherited from MyObjectBuilder_PhysicalObject |
Methods
Inheritance: MyObjectBuilder_Base ˃ MyObjectBuilder_PhysicalObject ˃ MyObjectBuilder_GasContainerObject