LogoPixi’VN
indexNamespacesRegisteredQuestsFunctions

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.

On this page