Readonly
Planned
descriptionThe description of the quest.
Readonly
Planned
idThe ID of the quest.
Readonly
Planned
isWhether the quest is active.
Readonly
Planned
isWhether the quest is completed.
Readonly
Planned
nameThe name of the quest.
Readonly
Planned
tasksGet the list of tasks in the quest.
Planned
Add a new check task.
The description of the task.
Optional
options: { Optional parameters.
Optional
onCallback function triggered when the task is completed.
The check task object.
Planned
Add a new progress bar task.
The description of the task.
Optional
options: { Optional parameters.
Optional
onCallback function triggered when the task is completed.
The progress bar task object.
Send a specific event.
Event name
Optional
Rest
...args: any[]Event parameters
Unsubscribe from a specific event.
Event name.
Callback function.
Subscribe to a specific event.
Event name.
Callback function.
Define Quest Interface.