Class ShipAIConfig

java.lang.Object
com.fs.starfarer.api.combat.ShipAIConfig
All Implemented Interfaces:
Cloneable

public class ShipAIConfig extends Object implements Cloneable
  • Field Details

    • alwaysStrafeOffensively

      public boolean alwaysStrafeOffensively
    • backingOffWhileNotVentingAllowed

      public boolean backingOffWhileNotVentingAllowed
    • turnToFaceWithUndamagedArmor

      public boolean turnToFaceWithUndamagedArmor
    • burnDriveIgnoreEnemies

      public boolean burnDriveIgnoreEnemies
    • personalityOverride

      public String personalityOverride
  • Constructor Details

    • ShipAIConfig

      public ShipAIConfig()
  • Method Details