Interface IMyBasicMissionFollowHome
Describes follow home mission for Basic AI block
Inherited Members
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 |