Class FGWaitAction
java.lang.Object
com.fs.starfarer.api.impl.campaign.intel.group.BaseFGAction
com.fs.starfarer.api.impl.campaign.intel.group.FGDurationAction
com.fs.starfarer.api.impl.campaign.intel.group.FGWaitAction
- All Implemented Interfaces:
FGAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected IntervalUtil
protected String
protected SectorEntityToken
Fields inherited from class com.fs.starfarer.api.impl.campaign.intel.group.FGDurationAction
durDays, origDurDays
Fields inherited from class com.fs.starfarer.api.impl.campaign.intel.group.BaseFGAction
elapsed, finished, id, intel
-
Constructor Summary
ConstructorsConstructorDescriptionFGWaitAction
(SectorEntityToken where, float waitDays) FGWaitAction
(SectorEntityToken where, float waitDays, String waitText) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
directFleets
(float amount) getWhere()
boolean
void
setDoNotGetSidetracked
(boolean doNotGetSidetracked) void
setWaitText
(String waitText) void
setWhere
(SectorEntityToken where) Methods inherited from class com.fs.starfarer.api.impl.campaign.intel.group.FGDurationAction
getDurDays, getEstimatedDaysToComplete, getOrigDurDays, notifyFleetsSpawnedMidSegment, setDurDays, setOrigDurDays
Methods inherited from class com.fs.starfarer.api.impl.campaign.intel.group.BaseFGAction
getElapsed, getId, getIntel, isActionFinished, notifySegmentFinished, setActionFinished, setElapsed, setId, setIntel
-
Field Details
-
where
-
interval
-
waitText
-
doNotGetSidetracked
protected boolean doNotGetSidetracked
-
-
Constructor Details
-
FGWaitAction
-
FGWaitAction
-
-
Method Details
-
addRouteSegment
- Specified by:
addRouteSegment
in interfaceFGAction
- Overrides:
addRouteSegment
in classBaseFGAction
-
directFleets
public void directFleets(float amount) - Specified by:
directFleets
in interfaceFGAction
- Overrides:
directFleets
in classFGDurationAction
-
getWhere
-
setWhere
-
getWaitText
-
setWaitText
-
isDoNotGetSidetracked
public boolean isDoNotGetSidetracked() -
setDoNotGetSidetracked
public void setDoNotGetSidetracked(boolean doNotGetSidetracked)
-