getStorySequence(scenario:outro:)
func getStorySequence(scenario: Int, outro: Int? = nil) -> StorySequence?
Parse StorySequences.json
and return a formatted StorySequence
.
Throws
print(error.localizedDescription)
if unable to retrieve data.
-
Undocumented
Declaration
Swift
func parseEvent(event: Dictionary<String, AnyObject?>?) -> StorySequence.Event?