Class RestoreSavedVisual
java.lang.Object
com.fs.starfarer.api.impl.campaign.rulecmd.BaseCommandPlugin
com.fs.starfarer.api.impl.campaign.rulecmd.RestoreSavedVisual
- All Implemented Interfaces:
CommandPlugin
Restores visual saved by SaveCurrentVisual. Useful e.g. when starting a conversation
with a person and needing to go back to whatever was going on before without knowing what it might have been.
RestoreCurrentVisual
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(String ruleId, InteractionDialogAPI dialog, List<Misc.Token> params, Map<String, MemoryAPI> memoryMap) Methods inherited from class com.fs.starfarer.api.impl.campaign.rulecmd.BaseCommandPlugin
doesCommandAddOptions, getEntityMemory, getOptionOrder
-
Constructor Details
-
RestoreSavedVisual
public RestoreSavedVisual()
-
-
Method Details
-
execute
public boolean execute(String ruleId, InteractionDialogAPI dialog, List<Misc.Token> params, Map<String, MemoryAPI> memoryMap)
-