ReadonlydescriptionThe description of the quest.
ReadonlyidThe ID of the quest.
ReadonlyisWhether the quest is active.
ReadonlyisWhether the quest is completed.
ReadonlynameThe name of the quest.
ReadonlytasksGet the list of tasks in the quest.
Add a new check task.
The description of the task.
Optionaloptions: { Optional parameters.
OptionalonCallback function triggered when the task is completed.
The check task object.
Add a new progress bar task.
The description of the task.
Optionaloptions: { Optional parameters.
OptionalonCallback 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.