Class MyObjectBuilder_HandToolBase
Inheritance
System.Object
MyObjectBuilder_HandToolBase
Assembly: VRage.Game.dll
[MyObjectBuilderDefinition]
public class MyObjectBuilder_HandToolBase : MyObjectBuilder_EntityBase, IMyObjectBuilder_GunObject<MyObjectBuilder_ToolBase>
Constructors
Declaration
public MyObjectBuilder_HandToolBase()
Fields
Declaration
[Serialize]
public MyObjectBuilder_ToolBase DeviceBase
Field Value
Methods
Declaration
public bool ShouldSerializeDeviceBase()
Returns
Type |
Description |
System.Boolean |
|
Explicit Interface Implementations
Declaration
MyObjectBuilder_DeviceBase IMyObjectBuilder_GunObject<MyObjectBuilder_ToolBase>.DeviceBase { get; set; }
Returns
Implements
Extension Methods