Class GBLeadPlayerTo
java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
com.fs.starfarer.api.impl.campaign.ghosts.GBLeadPlayerTo
- All Implemented Interfaces:
GhostBehavior
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected float
protected boolean
protected SectorEntityToken
Fields inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
duration, interrupts
-
Constructor Summary
ConstructorsConstructorDescriptionGBLeadPlayerTo
(float duration, SectorEntityToken to, float maxDistAhead, int maxBurn) -
Method Summary
Methods inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
addInterrupt, end, isDone
-
Field Details
-
to
-
maxBurn
protected int maxBurn -
maxDistAhead
protected float maxDistAhead -
returningToPlayer
protected boolean returningToPlayer
-
-
Constructor Details
-
GBLeadPlayerTo
-
-
Method Details
-
advance
- Specified by:
advance
in interfaceGhostBehavior
- Overrides:
advance
in classBaseGhostBehavior
-