Package com.fs.starfarer.api.combat
Interface ShipSystemAIScript
- All Known Implementing Classes:
ConstructionSwarmSystemAI
,ConvulsiveLungeSystemAI
,DarkenedGazeSystemAI
,EnergyLashSystemAI
,TenebrousExpulsionSystemAI
public interface ShipSystemAIScript
-
Method Summary
Modifier and TypeMethodDescriptionvoid
advance
(float amount, org.lwjgl.util.vector.Vector2f missileDangerDir, org.lwjgl.util.vector.Vector2f collisionDangerDir, ShipAPI target) void
init
(ShipAPI ship, ShipSystemAPI system, ShipwideAIFlags flags, CombatEngineAPI engine)
-
Method Details
-
init
-
advance
void advance(float amount, org.lwjgl.util.vector.Vector2f missileDangerDir, org.lwjgl.util.vector.Vector2f collisionDangerDir, ShipAPI target)
-