Package com.fs.starfarer.api.campaign.ai
Interface FleetAssignmentDataAPI
public interface FleetAssignmentDataAPI
-
Method Summary
Modifier and TypeMethodDescriptionvoid
expire()
float
float
boolean
Deprecated.boolean
void
setActionText
(String actionText) void
-
Method Details
-
isExpired
boolean isExpired() -
expire
void expire() -
getActionText
String getActionText() -
setActionText
-
getOnCompletion
Script getOnCompletion() -
getTarget
SectorEntityToken getTarget() -
getAssignment
FleetAssignment getAssignment() -
getMaxDurationInDays
float getMaxDurationInDays() -
getElapsedDays
float getElapsedDays() -
isExipred
Deprecated. -
getCustom
Object getCustom() -
setCustom
-