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