Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.combat.ShipAIConfig Class Reference
Inheritance diagram for com.fs.starfarer.api.combat.ShipAIConfig:
[legend]
Collaboration diagram for com.fs.starfarer.api.combat.ShipAIConfig:
[legend]

Public Member Functions

ShipAIConfig clone ()
 
 ShipAIConfig ()
 
void copyFrom (ShipAIConfig other)
 

Public Attributes

boolean alwaysStrafeOffensively = false
 
boolean backingOffWhileNotVentingAllowed = true
 
boolean turnToFaceWithUndamagedArmor = true
 
boolean burnDriveIgnoreEnemies = false
 
String personalityOverride = null
 

Detailed Description

Definition at line 3 of file ShipAIConfig.java.

Constructor & Destructor Documentation

◆ ShipAIConfig()

com.fs.starfarer.api.combat.ShipAIConfig.ShipAIConfig ( )

Definition at line 23 of file ShipAIConfig.java.

Member Function Documentation

◆ clone()

ShipAIConfig com.fs.starfarer.api.combat.ShipAIConfig.clone ( )

Definition at line 7 of file ShipAIConfig.java.

◆ copyFrom()

void com.fs.starfarer.api.combat.ShipAIConfig.copyFrom ( ShipAIConfig other)

Definition at line 26 of file ShipAIConfig.java.

Member Data Documentation

◆ alwaysStrafeOffensively

boolean com.fs.starfarer.api.combat.ShipAIConfig.alwaysStrafeOffensively = false

Definition at line 15 of file ShipAIConfig.java.

◆ backingOffWhileNotVentingAllowed

boolean com.fs.starfarer.api.combat.ShipAIConfig.backingOffWhileNotVentingAllowed = true

Definition at line 16 of file ShipAIConfig.java.

◆ burnDriveIgnoreEnemies

boolean com.fs.starfarer.api.combat.ShipAIConfig.burnDriveIgnoreEnemies = false

Definition at line 19 of file ShipAIConfig.java.

◆ personalityOverride

String com.fs.starfarer.api.combat.ShipAIConfig.personalityOverride = null

Definition at line 21 of file ShipAIConfig.java.

◆ turnToFaceWithUndamagedArmor

boolean com.fs.starfarer.api.combat.ShipAIConfig.turnToFaceWithUndamagedArmor = true

Definition at line 17 of file ShipAIConfig.java.


The documentation for this class was generated from the following file: