Class GBGoAwayFromFixed
java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
com.fs.starfarer.api.impl.campaign.ghosts.GBGoAwayFromFixed
- All Implemented Interfaces:
GhostBehavior
Direction to go in is fixed when behavior starts.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected float
protected boolean
protected SectorEntityToken
protected int
Fields inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
duration, interrupts
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
addInterrupt, end, isDone
-
Field Details
-
dirSet
protected boolean dirSet -
dir
protected float dir -
from
-
maxBurn
protected int maxBurn
-
-
Constructor Details
-
GBGoAwayFromFixed
-
-
Method Details
-
advance
- Specified by:
advance
in interfaceGhostBehavior
- Overrides:
advance
in classBaseGhostBehavior
-