Class HubMissionWithTriggers.PickLocationTowardsEntityAction
java.lang.Object
com.fs.starfarer.api.impl.campaign.missions.hub.HubMissionWithTriggers.PickLocationTowardsEntityAction
- All Implemented Interfaces:
MissionTrigger.TriggerAction
- Enclosing class:
- HubMissionWithTriggers
public static class HubMissionWithTriggers.PickLocationTowardsEntityAction
extends Object
implements MissionTrigger.TriggerAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected float
protected SectorEntityToken
protected float
protected float
protected float
-
Constructor Summary
ConstructorsConstructorDescriptionPickLocationTowardsEntityAction
(SectorEntityToken entity, float arc, float minDist, float maxDist, float minDistFromPlayer) -
Method Summary
-
Field Details
-
entity
-
arc
protected float arc -
minDist
protected float minDist -
maxDist
protected float maxDist -
minDistFromPlayer
protected float minDistFromPlayer
-
-
Constructor Details
-
PickLocationTowardsEntityAction
public PickLocationTowardsEntityAction(SectorEntityToken entity, float arc, float minDist, float maxDist, float minDistFromPlayer)
-
-
Method Details
-
doAction
- Specified by:
doAction
in interfaceMissionTrigger.TriggerAction
-