Class HubMissionWithTriggers.PickLocationTowardsPlayerAction

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

public static class HubMissionWithTriggers.PickLocationTowardsPlayerAction 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

    • PickLocationTowardsPlayerAction

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