Function: has()
> has(id): boolean
Defined in: src/registries/RegisteredQuests.ts:56
Check if a quest is registered.
Parameters
id
string
The id of the quest.
Returns
boolean
True if the quest is registered, false otherwise.
> has(id): boolean
Defined in: src/registries/RegisteredQuests.ts:56
Check if a quest is registered.
string
The id of the quest.
boolean
True if the quest is registered, false otherwise.