Class HubMissionWithTriggers.PickLocationWithinArcAction

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

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

    • arc

      protected float arc
    • entity

      protected SectorEntityToken entity
    • maxDist

      protected float maxDist
    • minDist

      protected float minDist
    • minDistFromPlayer

      protected float minDistFromPlayer
    • dir

      protected float dir
  • Constructor Details

    • PickLocationWithinArcAction

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