toggle menu
ktvn
1.0.3
jvm
switch theme
search in API
ktvn
/
com.github.benpollarduk.ktvn.io.restore
/
StoryRestorePoint
Story
Restore
Point
data
class
StoryRestorePoint
(
val
chapterRestorePoint
:
ChapterRestorePoint
,
val
chapter
:
Int
)
Provides a restore point for a Story with a specified
chapterRestorePoint
and
chapter
.
Members
Constructors
Story
Restore
Point
Link copied to clipboard
constructor
(
chapterRestorePoint
:
ChapterRestorePoint
,
chapter
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
chapter
Link copied to clipboard
val
chapter
:
Int
chapter
Restore
Point
Link copied to clipboard
val
chapterRestorePoint
:
ChapterRestorePoint