Package mekhq.campaign.storyArc
Class StoryOutcome
java.lang.Object
mekhq.campaign.storyArc.StoryOutcome
This class controls what happens when a story point is completed and a certain result is achieved. Basically, it
tracks an alternate `nextStoryPointId` and a list of
StoryTrigger
objects that will replace the
default-
Method Summary
Modifier and TypeMethodDescriptionstatic StoryOutcome
generateInstanceFromXML
(Node wn, Campaign c, megamek.Version v) void
Set the StoryArc on all StoryTriggers herevoid
writeToXml
(PrintWriter pw1, int indent)
-
Method Details
-
getResult
-
getNextStoryPointId
-
getStoryTriggers
-
setStoryArc
Set the StoryArc on all StoryTriggers here- Parameters:
a
- aStoryArc
-
writeToXml
-
generateInstanceFromXML
-