pda
jvm
model
/
net.artux.pda.model.quest.mission
/
MissionModel
Mission
Model
data
class
MissionModel
(
var
title
:
String
,
var
name
:
String
,
var
checkpoints
:
List
<
CheckpointModel
>
)
:
Serializable
Members
Constructors
Mission
Model
Link copied to clipboard
constructor
(
title
:
String
,
name
:
String
,
checkpoints
:
List
<
CheckpointModel
>
)
Properties
checkpoints
Link copied to clipboard
var
checkpoints
:
List
<
CheckpointModel
>
name
Link copied to clipboard
var
name
:
String
title
Link copied to clipboard
var
title
:
String
Functions
get
Current
Checkpoint
Link copied to clipboard
fun
getCurrentCheckpoint
(
vararg
params
:
String
)
:
CheckpointModel
?
has
Params
Link copied to clipboard
fun
hasParams
(
vararg
params
:
String
)
:
Boolean