Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
VRage.Game.MyObjectBuilder_Ore Class Reference
Inheritance diagram for VRage.Game.MyObjectBuilder_Ore:
VRage.Game.MyObjectBuilder_PhysicalObject VRage.ObjectBuilders.MyObjectBuilder_Base

Public Member Functions

string GetMaterialName ()
 
bool HasMaterialName ()
 
override MyObjectBuilder_Base Clone ()
 
- Public Member Functions inherited from VRage.Game.MyObjectBuilder_PhysicalObject
bool ShouldSerializeDurabilityHP ()
 
virtual bool CanStack (MyObjectBuilder_PhysicalObject a)
 
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)
 

Public Attributes

MyStringHash MaterialTypeName
 
- 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...
 

Properties

string MaterialNameString [get, set]
 
- 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_Ore.cs.

Member Function Documentation

override MyObjectBuilder_Base VRage.Game.MyObjectBuilder_Ore.Clone ( )
inlinevirtual

Reimplemented from VRage.ObjectBuilders.MyObjectBuilder_Base.

Definition at line 59 of file MyObjectbuilder_Ore.cs.

string VRage.Game.MyObjectBuilder_Ore.GetMaterialName ( )
inline

Definition at line 40 of file MyObjectbuilder_Ore.cs.

bool VRage.Game.MyObjectBuilder_Ore.HasMaterialName ( )
inline

Definition at line 54 of file MyObjectbuilder_Ore.cs.

Member Data Documentation

MyStringHash VRage.Game.MyObjectBuilder_Ore.MaterialTypeName

Definition at line 16 of file MyObjectbuilder_Ore.cs.

Property Documentation

string VRage.Game.MyObjectBuilder_Ore.MaterialNameString
getset

Definition at line 21 of file MyObjectbuilder_Ore.cs.


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