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