Package-level declarations
Types
Link copied to clipboard
Provides a restore point for a Chapter with a specified sceneRestorePoint and scene.
Link copied to clipboard
Link copied to clipboard
data class RestorePoint(val name: String, val flags: Map<String, Boolean>, val storyRestorePoint: StoryRestorePoint, val creationDate: LocalDateTime = LocalDateTime.now(), val thumbnail: Thumbnail = Thumbnail.NONE)
Provides a restore point with a specified name, flags and storyRestorePoint. Optionally a creationDate and thumbnail can be specified.
Link copied to clipboard
object RestorePointJsonParser
Provides an object for parsing a RestorePoint to and from JSON.
Link copied to clipboard
object RestorePointSerializer
Provides a serializer for RestorePoint objects.
Link copied to clipboard
data class SceneRestorePoint(val characterRestorePoints: List<CharacterRestorePoint>, val step: Int)
Provides a restore point for a Scene with a specified list of characterRestorePoints and step.
Link copied to clipboard
Provides a restore point for a Story with a specified chapterRestorePoint and chapter.