toggle menu
ktvn
1.0.3
jvm
switch theme
search in API
ktvn
/
com.github.benpollarduk.ktvn.structure
/
StepIdentifier
Step
Identifier
data
class
StepIdentifier
(
val
chapter
:
Int
,
val
scene
:
Int
,
val
step
:
Int
)
Provides an identifier for a step consisting of
chapter
,
scene
and
step
.
Members
Constructors
Step
Identifier
Link copied to clipboard
constructor
(
chapter
:
Int
,
scene
:
Int
,
step
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
chapter
Link copied to clipboard
val
chapter
:
Int
scene
Link copied to clipboard
val
scene
:
Int
step
Link copied to clipboard
val
step
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String