Package com.fs.starfarer.api.campaign
Interface StoryPointActionDelegate
- All Known Implementing Classes:
BaseStoryPointActionDelegate
,SetStoryOption.BaseOptionStoryPointActionDelegate
public interface StoryPointActionDelegate
-
Method Details
-
getTitle
String getTitle() -
withDescription
boolean withDescription() -
withSPInfo
boolean withSPInfo() -
createDescription
-
getBonusXPFraction
float getBonusXPFraction() -
getTextPanel
TextPanelAPI getTextPanel() -
preConfirm
void preConfirm() -
confirm
void confirm() -
getConfirmSoundId
String getConfirmSoundId() -
getRequiredStoryPoints
int getRequiredStoryPoints() -
getLogText
String getLogText()
-