pda
jvm
model
/
net.artux.pda.model.quest.mission
/
CheckpointModel
Checkpoint
Model
data
class
CheckpointModel
(
val
parameter
:
String
,
val
title
:
String
,
val
type
:
CheckpointType
,
val
condition
:
Map
<
String
,
List
<
String
>
>
,
val
actions
:
Map
<
String
,
List
<
String
>
>
)
:
Serializable
Members
Constructors
Checkpoint
Model
Link copied to clipboard
constructor
(
parameter
:
String
,
title
:
String
,
type
:
CheckpointType
,
condition
:
Map
<
String
,
List
<
String
>
>
,
actions
:
Map
<
String
,
List
<
String
>
>
)
Properties
actions
Link copied to clipboard
val
actions
:
Map
<
String
,
List
<
String
>
>
condition
Link copied to clipboard
val
condition
:
Map
<
String
,
List
<
String
>
>
parameter
Link copied to clipboard
val
parameter
:
String
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
CheckpointType
Functions
is
Actual
Link copied to clipboard
fun
isActual
(
vararg
params
:
String
)
:
Boolean