LogoPixi’VN
indexNamespacesRegisteredQuestsFunctions

Function: get()

> get(id): QuestInterface | undefined

Defined in: src/registries/RegisteredQuests.ts:31

Get a quest by its id.

Parameters

id

string

The id of the quest.

Returns

QuestInterface | undefined

The quest or undefined if not found.

On this page