Class HubMissionWithTriggers.PickLocationAwayFromPlayerAction

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

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

    • minDist

      protected float minDist
    • entity

      protected SectorEntityToken entity
    • maxDist

      protected float maxDist
    • arc

      protected float arc
    • minDistFromPlayer

      protected float minDistFromPlayer
  • Constructor Details

    • PickLocationAwayFromPlayerAction

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