public static class HubMissionWithTriggers.PickLocationAwayFromPlayerAction 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 |
|---|
PickLocationAwayFromPlayerAction(float minDist,
SectorEntityToken entity,
float maxDist,
float arc,
float minDistFromPlayer) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(MissionTrigger.TriggerActionContext context) |
protected float minDist
protected SectorEntityToken entity
protected float maxDist
protected float arc
protected float minDistFromPlayer
public PickLocationAwayFromPlayerAction(float minDist, SectorEntityToken entity, float maxDist, float arc, float minDistFromPlayer)
public void doAction(MissionTrigger.TriggerActionContext context)
doAction in interface MissionTrigger.TriggerAction