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 Summary
FieldsModifier and TypeFieldDescriptionprotected float
protected float
protected SectorEntityToken
protected float
protected float
protected float
-
Constructor Summary
ConstructorsConstructorDescriptionPickLocationWithinArcAction
(float arc, SectorEntityToken entity, float maxDist, float minDist, float minDistFromPlayer, float dir) -
Method Summary
-
Field Details
-
arc
protected float arc -
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
-
doAction
- Specified by:
doAction
in interfaceMissionTrigger.TriggerAction
-