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 StoryOutcomegenerateInstanceFromXML(Node wn, Campaign c, megamek.Version v) voidSet the StoryArc on all StoryTriggers herevoidwriteToXml(PrintWriter pw1, int indent)
-
Method Details
-
getResult
-
getNextStoryPointId
-
getStoryTriggers
-
setStoryArc
Set the StoryArc on all StoryTriggers here- Parameters:
a- aStoryArc
-
writeToXml
-
generateInstanceFromXML
-