#
Class: QuestItem#
HierarchyHandle<questitem>
↳ QuestItem
#
Constructors#
constructornew QuestItem(whichQuest: Quest): QuestItem
#
Parameters:Name | Type |
---|---|
whichQuest | Quest |
Returns: QuestItem
Defined in: handles/quest.ts:5
#
Properties#
handle• Readonly
handle: questitem
Defined in: handles/handle.ts:6
#
Accessors#
completedcompleted(): boolean
Returns: boolean
Defined in: handles/quest.ts:18
completed(completed: boolean): void
#
Parameters:Name | Type |
---|---|
completed | boolean |
Returns: void
Defined in: handles/quest.ts:22
#
idid(): number
Get the unique ID of the handle. The ID is recycled once you destroy the object.
Returns: number
The unique ID of a handle object.
Defined in: handles/handle.ts:18
#
Methods#
setDescriptionsetDescription(description: string): void
#
Parameters:Name | Type |
---|---|
description | string |
Returns: void
Defined in: handles/quest.ts:14