Class GBIRunScript
java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehaviorInterrupt
com.fs.starfarer.api.impl.campaign.ghosts.GBIRunScript
- All Implemented Interfaces:
GhostBehaviorInterrupt
-
Field Summary
FieldsFields inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehaviorInterrupt
delay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) Methods inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehaviorInterrupt
advance, hasDelayRemaining
-
Field Details
-
script
-
endBehaviorWhenRun
protected boolean endBehaviorWhenRun
-
-
Constructor Details
-
GBIRunScript
-
-
Method Details
-
shouldInterruptBehavior
- Specified by:
shouldInterruptBehavior
in interfaceGhostBehaviorInterrupt
- Overrides:
shouldInterruptBehavior
in classBaseGhostBehaviorInterrupt
-