Class TutorialWelcomeDialogPluginImpl
java.lang.Object
com.fs.starfarer.api.impl.campaign.tutorial.TutorialWelcomeDialogPluginImpl
- All Implemented Interfaces:
InteractionDialogPlugin
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InteractionDialogAPI
protected OptionPanelAPI
protected CampaignFleetAPI
protected TextPanelAPI
protected VisualPanelAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
advance
(float amount) void
void
init
(InteractionDialogAPI dialog) void
optionMousedOver
(String optionText, Object optionData) void
optionSelected
(String text, Object optionData)
-
Field Details
-
dialog
-
textPanel
-
options
-
visual
-
playerFleet
-
-
Constructor Details
-
TutorialWelcomeDialogPluginImpl
public TutorialWelcomeDialogPluginImpl()
-
-
Method Details
-
init
- Specified by:
init
in interfaceInteractionDialogPlugin
-
getMemoryMap
- Specified by:
getMemoryMap
in interfaceInteractionDialogPlugin
-
backFromEngagement
- Specified by:
backFromEngagement
in interfaceInteractionDialogPlugin
-
optionSelected
- Specified by:
optionSelected
in interfaceInteractionDialogPlugin
-
optionMousedOver
- Specified by:
optionMousedOver
in interfaceInteractionDialogPlugin
-
advance
public void advance(float amount) - Specified by:
advance
in interfaceInteractionDialogPlugin
-
getContext
- Specified by:
getContext
in interfaceInteractionDialogPlugin
-