Show / Hide Table of Contents

Class MyObjectBuilder_RemoteControl

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_CubeBlock
MyObjectBuilder_TerminalBlock
MyObjectBuilder_ShipController
MyObjectBuilder_RemoteControl
Inherited Members
MyObjectBuilder_ShipController.UseSingleWeaponMode
MyObjectBuilder_ShipController.ControlThrusters
MyObjectBuilder_ShipController.ControlWheels
MyObjectBuilder_ShipController.ControlGyros
MyObjectBuilder_ShipController.Toolbar
MyObjectBuilder_ShipController.SelectedGunId
MyObjectBuilder_ShipController.IsMainCockpit
MyObjectBuilder_ShipController.HorizonIndicatorEnabled
MyObjectBuilder_ShipController.BuildToolbar
MyObjectBuilder_ShipController.OnLockedToolbar
MyObjectBuilder_ShipController.IsTargetLockingEnabled
MyObjectBuilder_TerminalBlock.CustomName
MyObjectBuilder_TerminalBlock.ShowOnHUD
MyObjectBuilder_TerminalBlock.ShowInTerminal
MyObjectBuilder_TerminalBlock.ShowInToolbarConfig
MyObjectBuilder_TerminalBlock.ShowInInventory
MyObjectBuilder_TerminalBlock.NumberInGrid
MyObjectBuilder_TerminalBlock.IsSurvivalModeForced
MyObjectBuilder_CubeBlock.EntityId
MyObjectBuilder_CubeBlock.Name
MyObjectBuilder_CubeBlock.Min
MyObjectBuilder_CubeBlock.IntegrityPercent
MyObjectBuilder_CubeBlock.BuildPercent
MyObjectBuilder_CubeBlock.BlockOrientation
MyObjectBuilder_CubeBlock.ConstructionInventory
MyObjectBuilder_CubeBlock.ColorMaskHSV
MyObjectBuilder_CubeBlock.SkinSubtypeId
MyObjectBuilder_CubeBlock.ConstructionStockpile
MyObjectBuilder_CubeBlock.Owner
MyObjectBuilder_CubeBlock.BuiltBy
MyObjectBuilder_CubeBlock.ShareMode
MyObjectBuilder_CubeBlock.DeformationRatio
MyObjectBuilder_CubeBlock.SubBlocks
MyObjectBuilder_CubeBlock.MultiBlockId
MyObjectBuilder_CubeBlock.MultiBlockDefinition
MyObjectBuilder_CubeBlock.MultiBlockIndex
MyObjectBuilder_CubeBlock.BlockGeneralDamageModifier
MyObjectBuilder_CubeBlock.ComponentContainer
MyObjectBuilder_CubeBlock.ShouldSerializeEntityId()
MyObjectBuilder_CubeBlock.ShouldSerializeMin()
MyObjectBuilder_CubeBlock.ShouldSerializeOrientation()
MyObjectBuilder_CubeBlock.ShouldSerializeBlockOrientation()
MyObjectBuilder_CubeBlock.ShouldSerializeConstructionInventory()
MyObjectBuilder_CubeBlock.ShouldSerializeColorMaskHSV()
MyObjectBuilder_CubeBlock.ShouldSerializeSkinSubtypeId()
MyObjectBuilder_CubeBlock.Upgrade(MyObjectBuilder_CubeBlock, MyObjectBuilderType, String)
MyObjectBuilder_CubeBlock.ShouldSerializeConstructionStockpile()
MyObjectBuilder_CubeBlock.ShouldSerializeMultiBlockId()
MyObjectBuilder_CubeBlock.ShouldSerializeMultiBlockDefinition()
MyObjectBuilder_CubeBlock.ShouldSerializeComponentContainer()
MyObjectBuilder_CubeBlock.SetupForGridPaste()
MyObjectBuilder_CubeBlock.Orientation
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: Sandbox.Common.ObjectBuilders
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_RemoteControl : MyObjectBuilder_ShipController

Constructors

MyObjectBuilder_RemoteControl()

Declaration
public MyObjectBuilder_RemoteControl()

Fields

AutomaticallyProlongJourney

Declaration
public bool AutomaticallyProlongJourney
Field Value
Type Description
System.Boolean

AutomaticBehaviour

Declaration
[Serialize]
public MyObjectBuilder_AutomaticBehaviour AutomaticBehaviour
Field Value
Type Description
VRage.Game.ObjectBuilders.AI.MyObjectBuilder_AutomaticBehaviour

AutoPilotEnabled

Declaration
public bool AutoPilotEnabled
Field Value
Type Description
System.Boolean

AutopilotSpeedLimit

Declaration
public float AutopilotSpeedLimit
Field Value
Type Description
System.Single

AutoPilotToolbar

Obsolete. Use Waypoints instead.

Declaration
[Serialize]
public MyObjectBuilder_Toolbar AutoPilotToolbar
Field Value
Type Description
MyObjectBuilder_Toolbar

BindedCamera

Declaration
public long BindedCamera
Field Value
Type Description
System.Int64

CollisionAvoidance

Declaration
public bool CollisionAvoidance
Field Value
Type Description
System.Boolean

Coords

Obsolete. Use Waypoints instead.

Declaration
[Serialize]
public List<Vector3D> Coords
Field Value
Type Description
System.Collections.Generic.List<Vector3D>

CurrentWaypointIndex

Declaration
public int CurrentWaypointIndex
Field Value
Type Description
System.Int32

Direction

Declaration
public byte Direction
Field Value
Type Description
System.Byte

DockingModeEnabled

Declaration
public bool DockingModeEnabled
Field Value
Type Description
System.Boolean

FlightMode

Declaration
public int FlightMode
Field Value
Type Description
System.Int32

IsMainRemoteControl

Declaration
public bool IsMainRemoteControl
Field Value
Type Description
System.Boolean

IsUpdatedSave

Declaration
public bool IsUpdatedSave
Field Value
Type Description
System.Boolean

Names

Obsolete. Use Waypoints instead.

Declaration
[Serialize]
public List<string> Names
Field Value
Type Description
System.Collections.Generic.List<System.String>

PreviousControlledEntityId

Declaration
[Serialize]
public Nullable<long> PreviousControlledEntityId
Field Value
Type Description
System.Nullable<System.Int64>

WaitForFreeWay

Declaration
public bool WaitForFreeWay
Field Value
Type Description
System.Boolean

Waypoints

Declaration
[Serialize]
[DynamicNullableObjectBuilderItem(false)]
public List<MyObjectBuilder_AutopilotWaypoint> Waypoints
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_AutopilotWaypoint>

WaypointThresholdDistance

Declaration
public float WaypointThresholdDistance
Field Value
Type Description
System.Single

Methods

Remap(IMyRemapHelper)

Declaration
public override void Remap(IMyRemapHelper remapHelper)
Parameters
Type Name Description
IMyRemapHelper remapHelper
Overrides
MyObjectBuilder_ShipController.Remap(IMyRemapHelper)

SetupForProjector()

Declaration
public override void SetupForProjector()
Overrides
MyObjectBuilder_CubeBlock.SetupForProjector()

Extension Methods

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