Class MyObjectBuilder_BasicMissionFollowHome
  
  
  
  
    Inheritance
    System.Object
    
    
    MyObjectBuilder_BasicMissionFollowHome
   
  
  
  Assembly: SpaceEngineers.ObjectBuilders.dll
  Syntax
  
    [MyObjectBuilderDefinition]
public class MyObjectBuilder_BasicMissionFollowHome : MyObjectBuilder_ComponentBase
   
  Constructors
  
  
  
  
  MyObjectBuilder_BasicMissionFollowHome()
  
  
  Declaration
  
    public MyObjectBuilder_BasicMissionFollowHome()
   
  Fields
  
  
  
  HomePosition
  
  
  Declaration
  
    public Vector3D HomePosition
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    [Serialize]
public MyObjectBuilder_AutopilotWaypoint HomeTargetWaypoint
   
  Field Value
  
  
  
  IsWanderEnabled
  
  
  Declaration
  
    public bool IsWanderEnabled
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  MaxRange
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  
  
  MinRange
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  
  
  NextWanderWaypoint
  
  
  Declaration
  
    [Serialize]
public MyObjectBuilder_AutopilotWaypoint NextWanderWaypoint
   
  Field Value
  
  
  
  SelectedBeaconEntityId
  
  
  Declaration
  
    public long SelectedBeaconEntityId
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
  
  SelectedGpsHash
  
  
  Declaration
  
    [Nullable]
public Nullable<int> SelectedGpsHash
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
  
  SelectedGpsHashNew
  
  
  Declaration
  
    [Nullable]
public Nullable<GpsInfo> SelectedGpsHashNew
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<VRage.Game.ObjectBuilders.AI.GpsInfo> |  | 
    
  
  Extension Methods