Class GBIRunEveryFrame
java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehaviorInterrupt
com.fs.starfarer.api.impl.campaign.ghosts.GBIRunEveryFrame
- 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
-
-
Constructor Details
-
GBIRunEveryFrame
-
-
Method Details
-
shouldInterruptBehavior
- Specified by:
shouldInterruptBehavior
in interfaceGhostBehaviorInterrupt
- Overrides:
shouldInterruptBehavior
in classBaseGhostBehaviorInterrupt
-