Class HubMissionWithTriggers.PickLocationTowardsEntityAction

java.lang.Object
com.fs.starfarer.api.impl.campaign.missions.hub.HubMissionWithTriggers.PickLocationTowardsEntityAction
All Implemented Interfaces:
MissionTrigger.TriggerAction
Enclosing class:
HubMissionWithTriggers

public static class HubMissionWithTriggers.PickLocationTowardsEntityAction extends Object implements MissionTrigger.TriggerAction
  • Field Details

    • entity

      protected SectorEntityToken entity
    • arc

      protected float arc
    • minDist

      protected float minDist
    • maxDist

      protected float maxDist
    • minDistFromPlayer

      protected float minDistFromPlayer
  • Constructor Details

    • PickLocationTowardsEntityAction

      public PickLocationTowardsEntityAction(SectorEntityToken entity, float arc, float minDist, float maxDist, float minDistFromPlayer)
  • Method Details