public static class HubMissionWithTriggers.PickLocationAtClosestToEntityJumpPointAction extends java.lang.Object implements MissionTrigger.TriggerAction
| Modifier and Type | Field and Description |
|---|---|
protected SectorEntityToken |
entity |
protected float |
minDistFromEntity |
protected StarSystemAPI |
system |
| Constructor and Description |
|---|
PickLocationAtClosestToEntityJumpPointAction(StarSystemAPI system,
SectorEntityToken entity,
float minDistFromEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(MissionTrigger.TriggerActionContext context) |
protected StarSystemAPI system
protected float minDistFromEntity
protected SectorEntityToken entity
public PickLocationAtClosestToEntityJumpPointAction(StarSystemAPI system, SectorEntityToken entity, float minDistFromEntity)
public void doAction(MissionTrigger.TriggerActionContext context)
doAction in interface MissionTrigger.TriggerAction