public static class GateExplosionScript.SystemCutOffRemoverScript extends java.lang.Object implements EveryFrameScript
| Modifier and Type | Field and Description |
|---|---|
boolean |
done |
float |
elapsed |
IntervalUtil |
interval |
StarSystemAPI |
system |
| Constructor and Description |
|---|
SystemCutOffRemoverScript(StarSystemAPI system) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount)
Use SectorAPI.getClock() to convert to campaign days.
|
boolean |
isDone() |
boolean |
runWhilePaused() |
public StarSystemAPI system
public IntervalUtil interval
public boolean done
public float elapsed
public SystemCutOffRemoverScript(StarSystemAPI system)
public boolean isDone()
isDone in interface EveryFrameScriptpublic boolean runWhilePaused()
runWhilePaused in interface EveryFrameScriptpublic void advance(float amount)
EveryFrameScriptadvance in interface EveryFrameScriptamount - seconds elapsed during the last frame.