Assembly: Sandbox.Game.dll

public class MyAutopilotComponent: MyEventProxyEntityComponent, IMyComponentBase, IMyEntityComponentBase, IMyEventProxy, IMyEventOwner

Fields

Member Description
AutoPilotEnabled
WaypointsFromPathRecorder
SyncType Inherited from MyEventProxyEntityComponent

Events

Member Description
static OnAfterAddedToContainer Inherited from MyEntityComponentBase
OnBlockReachedWaypoint
OnCurrentWaypointChanged
OnCurrentWaypointIndexChanged
OnMinHeightAboveTerrainChanged
OnSpeedLimitChanged
OnWaypointReached
BeforeRemovedFromContainer Inherited from IMyEntityComponentBase
BeforeRemovedFromContainer Inherited from MyEntityComponentBase

Properties

Member Description
static Clipboard
static DirectionNames
AutomaticBehaviour
AutoPilotControlThrust
ComponentTypeDebugString
CurrentDestination
CurrentDirection
CurrentFlightMode
CurrentWaypoint
CurrentWaypointIndex
CurrentWaypointName
CustomLookAtPositionInterceptor
Definition
FacingDirection
FlightMode
ForceBehaviorUpdate
ForcedRotation
HasWaypoints
HeightAdjustmentWaypoint
IsAlignedToGravity
IsDockingModeEnabled
IsIdle
IsMovementPaused
IsUsingCollisionAvoidance Must be used in GUI Only
IsUsingCollisionAvoidanceForLogic Must be used in logic
IsWaypointBelowMinHeight
IsWorkAreaReturningToStart
LookAtPosition
MaxPitchAngle
MaxRollAngle
MinHeightAboveTerrain
MinHeightAboveTerraingRaw
MinHeightAboveTerrainUnadjusted
PreciseRotation
ReferencePosition
SelectedGpsLocations
SelectedWaypoints
ShipController
SpeedLimit
TargettingAimDelta
ThrustComp
WaitForFreeWay
Waypoints
WaypointThresholdDistance
WorkAreaStartForward
AttachSyncToEntity Inherited from MyEventProxyEntityComponent
AttachSyncToEntity Inherited from MyEntityComponentBase
ComponentTypeDebugString Inherited from IMyEntityComponentBase
ComponentTypeDebugString Name of the base component type for debug purposes (e.g.: "Position")

Inherited from MyEntityComponentBase
Container Inherited from IMyEntityComponentBase
Container Inherited from MyEntityComponentBase
ContainerBase Inherited from IMyComponentBase
ContainerBase This cannot be named Container to not conflict with the definition of Container in MyEntityComponentBase.

Inherited from MyComponentBase
Entity Inherited from IMyEntityComponentBase
Entity Inherited from MyEntityComponentBase
FailedOnSceneAdd Inherited from MyComponentBase
RemoveExistingComponentOnNewInsert Inherited from IMyComponentBase
RemoveExistingComponentOnNewInsert Inherited from MyComponentBase

Constructors

Member Description
MyAutopilotComponent()
MyEventProxyEntityComponent() Inherited from MyEventProxyEntityComponent

Methods

Member Description
static FillDirectionCombo(List)
static FillFlightModeCombo(List)
static GetDestinationTriggerSphereScaleFactor(MyCubeSize)
AddedToScene()
AddSelectedWaypoints()
AddWaypoint(Vector3D, string, bool)
AddWaypoint(MyWaypointInfo)
AddWaypointBroadcast(MatrixD, long, string)
AdvanceWaypoint(bool, bool)
AlignToMinHeight(MyAutopilotWaypoint)
CanAddWaypoints()
CanEnableAutoPilot()
CanMoveWaypointsDown()
CanMoveWaypointsUp()
CanRemoveWaypoints()
ChangeDirection(Direction)
ChangeFlightMode(FlightMode, bool)
ClearWaypoints(bool)
CopyAutopilotSetup()
Deserialize(MyObjectBuilder_ComponentBase)
FillGpsList(ICollection, ICollection)
FillWaypointList(ICollection, ICollection)
ForceRotateRequested(QuaternionD?)
ForceRotateToLookAtRequested(bool)
GetCurrentLookVector()
Init(MyComponentDefinitionBase)
InitWithObjectBuilder(MyObjectBuilder_RemoteControl)
InitWithOwnObjectBuilder()
IsSerialized()
MoveSelectedWaypointsDown()
MoveSelectedWaypointsUp()
OnAddedToContainer()
OnBeforeRemovedFromContainer()
OnEvasiveManeuversChanged(int, int)
OnRemoveWaypoints(Int32[])
PasteAutopilotSetup()
RaisePropertiesChangedRemote()
RemoveAutoPilot()
RemoveSelectedWaypoints()
RemoveWaypoint(MyAutopilotWaypoint)
ResetShipControls()
ResetWaypoint()
SelectGps(List)
SelectWaypoint(List)
Serialize(bool)
SetAutopilot(bool)
SetAutoPilotEnabled(bool)
SetCustomAdjustWaypointAboveMinHeightFunction(CustomAdjustWaypointAboveMinHeightFunction)
SetCustomMovementFunction(CustomMovementFunction)
SetWaitForFreeWay(bool)
SetWaypoint(MyAutopilotWaypoint)
SetWaypoints(List, bool, bool, bool)
Toolbar_ItemChanged(MyToolbar, IndexArgs, bool)
UpdateAfterSimulation10()
UpdateAutopilot()
UpdateOnceBeforeFrame()
UpdateWaypointMatrix(MatrixD)
Deserialize(MyObjectBuilder_ComponentBase) Inherited from IMyComponentBase
Deserialize(MyObjectBuilder_ComponentBase) Inherited from MyComponentBase
GetAs() Inherited from IMyComponentBase
GetAs() Inherited from MyComponentBase
Init(MyComponentDefinitionBase) Inherited from IMyComponentBase
Init(MyComponentDefinitionBase) Inherited from MyComponentBase
IsSerialized() Inherited from IMyComponentBase
IsSerialized() Tells the component container serializer whether this component should be saved

Inherited from MyComponentBase
OnAddedToContainer() Inherited from IMyComponentBase
OnAddedToContainer() Inherited from MyEntityComponentBase
OnAddedToContainer() Gets called after the container of this component changes

Inherited from MyComponentBase
OnAddedToScene() Inherited from IMyComponentBase
OnAddedToScene() CH: TOOD: Be careful! This does not get called if the component is added to a container that is in the scene already!

Inherited from MyComponentBase
OnBeforeRemovedFromContainer() Inherited from IMyComponentBase
OnBeforeRemovedFromContainer() Inherited from MyEventProxyEntityComponent
OnBeforeRemovedFromContainer() Inherited from MyEntityComponentBase
OnBeforeRemovedFromContainer() Gets called before the removal of this component from a container

Inherited from MyComponentBase
OnRemovedFromScene() Inherited from IMyComponentBase
OnRemovedFromScene() CH: TOOD: Be careful! This does not get called if the component is removed from a container that is still in the scene!

Inherited from MyComponentBase
Serialize(bool) Inherited from IMyComponentBase
Serialize(bool) Inherited from MyComponentBase
SetContainer(IMyComponentContainer) Inherited from IMyComponentBase
SetContainer(IMyComponentContainer) Sets the container of this component. Note that the component is not added to the container here! Therefore, use MyComponentContainer.Add(...) method and it will in turn call this method. Actually, you should seldom have the need to call this method yourself.

Inherited from MyComponentBase

Inheritance: MyComponentBase ˃ MyEntityComponentBase ˃ MyEventProxyEntityComponent

Implements: