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