Show / Hide Table of Contents

Interface IMyBasicMissionFollowHome

Describes follow home mission for Basic AI block

Inherited Members
IMyBasicMissionComponent.CreateTerminalInterfaceControls<T>()
IMyBasicMissionComponent.MissionName
IMyBasicMissionComponent.UniqueSelectionId
IMyBasicMissionComponent.IsSelected
IMyBasicMissionComponent.DetailedInfo
IMyBasicMissionFollowHome.MinRange
IMyBasicMissionFollowHome.MaxRange
IMyBasicMissionFollowHome.Wander
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyBasicMissionFollowHome : IMyBasicMissionComponent, IMyBasicMissionComponent, IMyBasicMissionFollowHome

Methods

GoHome(Int64)

Goes home to the specified beacon

Declaration
void GoHome(long entityId)
Parameters
Type Name Description
System.Int64 entityId

entity ID of the beacon

GoHome(IMyGps)

Goes home to the specified GPS

Declaration
void GoHome(IMyGps gps)
Parameters
Type Name Description
IMyGps gps

gps

☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾