Space Engineers
Classes | Public Attributes | List of all members
VRage.Game.MyObjectBuilder_ToolItemDefinition Class Reference
Inheritance diagram for VRage.Game.MyObjectBuilder_ToolItemDefinition:
VRage.Game.MyObjectBuilder_PhysicalItemDefinition VRage.Game.MyObjectBuilder_DefinitionBase VRage.ObjectBuilders.MyObjectBuilder_Base

Classes

class  MyToolActionDefinition
 
class  MyToolActionHitCondition
 
class  MyVoxelMiningDefinition
 

Public Attributes

MyVoxelMiningDefinition[] VoxelMinings = null
 
MyToolActionDefinition[] PrimaryActions = null
 
MyToolActionDefinition[] SecondaryActions = null
 
float HitDistance = 1
 
- Public Attributes inherited from VRage.Game.MyObjectBuilder_PhysicalItemDefinition
Vector3 Size
 
float Mass
 
string Model = @"Models\Components\Sphere.mwm"
 
string[] Models = null
 
string IconSymbol = null
 
float Volume = null
 
float ModelVolume = null
 
string PhysicalMaterial
 
string VoxelMaterial
 
bool CanSpawnFromScreen = true
 
bool RotateOnSpawnX = false
 
bool RotateOnSpawnY = false
 
bool RotateOnSpawnZ = false
 
int Health = 100
 
SerializableDefinitionId DestroyedPieceId = null
 
int DestroyedPieces = 0
 
string ExtraInventoryTooltipLine = null
 
MyFixedPoint MaxStackAmount = MyFixedPoint.MaxValue
 
- 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

- Public Member Functions inherited from VRage.Game.MyObjectBuilder_PhysicalItemDefinition
bool ShouldSerializeIconSymbol ()
 
- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 
- 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_ToolItemDefinition.cs.

Member Data Documentation

float VRage.Game.MyObjectBuilder_ToolItemDefinition.HitDistance = 1

Definition at line 120 of file MyObjectBuilder_ToolItemDefinition.cs.

MyToolActionDefinition [] VRage.Game.MyObjectBuilder_ToolItemDefinition.PrimaryActions = null

Definition at line 113 of file MyObjectBuilder_ToolItemDefinition.cs.

MyToolActionDefinition [] VRage.Game.MyObjectBuilder_ToolItemDefinition.SecondaryActions = null

Definition at line 117 of file MyObjectBuilder_ToolItemDefinition.cs.

MyVoxelMiningDefinition [] VRage.Game.MyObjectBuilder_ToolItemDefinition.VoxelMinings = null

Definition at line 109 of file MyObjectBuilder_ToolItemDefinition.cs.


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