Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_OxygenContainerObject Class Reference
Inheritance diagram for Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_OxygenContainerObject:
Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_GasContainerObject VRage.Game.MyObjectBuilder_PhysicalObject VRage.ObjectBuilders.MyObjectBuilder_Base

Public Member Functions

override bool CanStack (MyObjectBuilder_PhysicalObject a)
 
- Public Member Functions inherited from VRage.Game.MyObjectBuilder_PhysicalObject
bool ShouldSerializeDurabilityHP ()
 
virtual bool CanStack (MyObjectBuilderType typeId, MyStringHash subtypeId, MyItemFlags flags)
 
 MyObjectBuilder_PhysicalObject ()
 
 MyObjectBuilder_PhysicalObject (MyItemFlags flags)
 
virtual MyDefinitionId GetObjectId ()
 
- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 

Public Attributes

float OxygenLevel = 0f
 This is not synced automatically Call SyncOxygenContainerLevel on inventory to sync it More...
 
- Public Attributes inherited from Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_GasContainerObject
float GasLevel = 0f
 
- Public Attributes inherited from VRage.Game.MyObjectBuilder_PhysicalObject
MyItemFlags Flags = MyItemFlags.None
 
float DurabilityHP = null
 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.. More...
 

Additional Inherited Members

- Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
MyStringHash SubtypeId [get]
 
string SubtypeName [get, set]
 
MyObjectBuilderType TypeId [get]
 

Detailed Description

Definition at line 11 of file MyObjectBuilder_OxygenContainerObject.cs.

Member Function Documentation

override bool Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_OxygenContainerObject.CanStack ( MyObjectBuilder_PhysicalObject  a)
inlinevirtual

Member Data Documentation

float Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_OxygenContainerObject.OxygenLevel = 0f

This is not synced automatically Call SyncOxygenContainerLevel on inventory to sync it

Definition at line 18 of file MyObjectBuilder_OxygenContainerObject.cs.


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