Class GenericProbeEntityPlugin.GenericProbeParams
java.lang.Object
com.fs.starfarer.api.impl.campaign.entities.GenericProbeEntityPlugin.GenericProbeParams
- Enclosing class:
- GenericProbeEntityPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<GenericProbeEntityPlugin.ProbeAction>
float
float
float
float
float
float
float
float
float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assumeOrbit
(SectorEntityToken target, float radius, float duration) void
void
performAction
(Script action) void
stop
(float duration) void
travelInDir
(float dir, float duration) void
travelTo
(SectorEntityToken target) void
travelTo
(org.lwjgl.util.vector.Vector2f location) void
wait
(float duration)
-
Field Details
-
maxBurn
public float maxBurn -
burnAccel
public float burnAccel -
maxTurnRate
public float maxTurnRate -
turnAccel
public float turnAccel -
fringe
-
flame
-
core
-
engineGlowShiftRate
public float engineGlowShiftRate -
engineGlowLength
public float engineGlowLength -
engineGlowWidth
public float engineGlowWidth -
engineGlowGlowSize
public float engineGlowGlowSize -
engineGlowTexSpanMult
public float engineGlowTexSpanMult -
actions
-
-
Constructor Details
-
GenericProbeParams
public GenericProbeParams()
-
-
Method Details
-
travelTo
public void travelTo(org.lwjgl.util.vector.Vector2f location) -
travelTo
-
travelInDir
public void travelInDir(float dir, float duration) -
assumeOrbit
-
emitPing
-
performAction
-
wait
public void wait(float duration) -
stop
public void stop(float duration)
-