public static class HubMissionWithTriggers.PickLocationTowardsEntityAction extends java.lang.Object implements MissionTrigger.TriggerAction
| Modifier and Type | Field and Description |
|---|---|
protected float |
arc |
protected SectorEntityToken |
entity |
protected float |
maxDist |
protected float |
minDist |
protected float |
minDistFromPlayer |
| Constructor and Description |
|---|
PickLocationTowardsEntityAction(SectorEntityToken entity,
float arc,
float minDist,
float maxDist,
float minDistFromPlayer) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(MissionTrigger.TriggerActionContext context) |
protected SectorEntityToken entity
protected float arc
protected float minDist
protected float maxDist
protected float minDistFromPlayer
public PickLocationTowardsEntityAction(SectorEntityToken entity, float arc, float minDist, float maxDist, float minDistFromPlayer)
public void doAction(MissionTrigger.TriggerActionContext context)
doAction in interface MissionTrigger.TriggerAction