Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Common.ObjectBuilders.MyObjectBuilder_AutomaticRifle Class Reference
Inheritance diagram for Sandbox.Common.ObjectBuilders.MyObjectBuilder_AutomaticRifle:
VRage.ObjectBuilders.MyObjectBuilder_EntityBase VRage.Game.ObjectBuilders.IMyObjectBuilder_GunObject< MyObjectBuilder_GunBase > VRage.ObjectBuilders.MyObjectBuilder_Base

Public Member Functions

bool ShouldSerializeCurrentAmmo ()
 
- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_EntityBase
bool ShouldSerializePositionAndOrientation ()
 
bool ShouldSerializeComponentContainer ()
 
bool ShouldSerializeEntityDefinitionId ()
 
virtual void Remap (IMyRemapHelper remapHelper)
 Remaps this entity's entityId to a new value. If there are cross-referenced between different entities in this object builder, the remapHelper should be used to rememeber these references and retrieve them. More...
 
- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 

Public Attributes

int CurrentAmmo
 
MyObjectBuilder_GunBase GunBase
 
- Public Attributes inherited from VRage.ObjectBuilders.MyObjectBuilder_EntityBase
long EntityId
 
MyPersistentEntityFlags2 PersistentFlags
 
string Name
 
MyPositionAndOrientation PositionAndOrientation
 
MyObjectBuilder_ComponentContainer ComponentContainer = null
 
SerializableDefinitionId EntityDefinitionId = null
 

Additional Inherited Members

- Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
MyStringHash SubtypeId [get]
 
string SubtypeName [get, set]
 
MyObjectBuilderType TypeId [get]
 
- Properties inherited from VRage.Game.ObjectBuilders.IMyObjectBuilder_GunObject< MyObjectBuilder_GunBase >
MyObjectBuilder_DeviceBase DeviceBase [get, set]
 

Detailed Description

Definition at line 13 of file MyObjectBuilder_AutomaticRifle.cs.

Member Function Documentation

bool Sandbox.Common.ObjectBuilders.MyObjectBuilder_AutomaticRifle.ShouldSerializeCurrentAmmo ( )
inline

Definition at line 17 of file MyObjectBuilder_AutomaticRifle.cs.

Member Data Documentation

int Sandbox.Common.ObjectBuilders.MyObjectBuilder_AutomaticRifle.CurrentAmmo

Definition at line 16 of file MyObjectBuilder_AutomaticRifle.cs.

MyObjectBuilder_GunBase Sandbox.Common.ObjectBuilders.MyObjectBuilder_AutomaticRifle.GunBase

Definition at line 21 of file MyObjectBuilder_AutomaticRifle.cs.


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