Skip to main content
The Deno 2 Release Candidate is here
Learn more
method QuestHelper.prototype.getQuestFromDb
Re-export
import { QuestHelper } from "https://deno.land/x/sptaki@1.2.0/helpers/mod.ts";

Get quest by id from database (repeatables are stored in profile, check there if questId not found)

Parameters

questId: string

Id of quest to find

pmcData: IPmcData

Player profile

Returns

IQuest object