Show / Hide Table of Contents

Class MyObjectBuilder_HandToolBase

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_EntityBase
MyObjectBuilder_HandToolBase
MyObjectBuilder_GoodAIControlHandTool
MyObjectBuilder_HandTool
Implements
IMyObjectBuilder_GunObject<MyObjectBuilder_ToolBase>
Inherited Members
MyObjectBuilder_EntityBase.EntityId
MyObjectBuilder_EntityBase.PersistentFlags
MyObjectBuilder_EntityBase.Name
MyObjectBuilder_EntityBase.PositionAndOrientation
MyObjectBuilder_EntityBase.LocalPositionAndOrientation
MyObjectBuilder_EntityBase.ComponentContainer
MyObjectBuilder_EntityBase.EntityDefinitionId
MyObjectBuilder_EntityBase.ShouldSerializePositionAndOrientation()
MyObjectBuilder_EntityBase.ShouldSerializeLocalPositionAndOrientation()
MyObjectBuilder_EntityBase.ShouldSerializeComponentContainer()
MyObjectBuilder_EntityBase.ShouldSerializeEntityDefinitionId()
MyObjectBuilder_EntityBase.Remap(IMyRemapHelper)
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_HandToolBase : MyObjectBuilder_EntityBase, IMyObjectBuilder_GunObject<MyObjectBuilder_ToolBase>

Constructors

MyObjectBuilder_HandToolBase()

Declaration
public MyObjectBuilder_HandToolBase()

Fields

DeviceBase

Declaration
[Serialize]
public MyObjectBuilder_ToolBase DeviceBase
Field Value
Type Description
MyObjectBuilder_ToolBase

Methods

ShouldSerializeDeviceBase()

Declaration
public bool ShouldSerializeDeviceBase()
Returns
Type Description
System.Boolean

Explicit Interface Implementations

IMyObjectBuilder_GunObject<MyObjectBuilder_ToolBase>.DeviceBase

Declaration
MyObjectBuilder_DeviceBase IMyObjectBuilder_GunObject<MyObjectBuilder_ToolBase>.DeviceBase { get; set; }
Returns
Type Description
MyObjectBuilder_DeviceBase

Implements

IMyObjectBuilder_GunObject<T>

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾