Interface ShipSystemAIScript

All Known Implementing Classes:
ConstructionSwarmSystemAI, ConvulsiveLungeSystemAI, DarkenedGazeSystemAI, EnergyLashSystemAI, TenebrousExpulsionSystemAI

public interface ShipSystemAIScript
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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)