Skip to main content
The Deno 2 Release Candidate is here
Learn more
method RepeatableQuestController.prototype.isPmcLevelAllowedOnLocation
import { RepeatableQuestController } from "https://deno.land/x/sptaki@1.2.0/controllers/RepeatableQuestController.d.ts";

Return true if the given pmcLevel is allowed on the given location

Parameters

location: string

The location name to check

pmcLevel: number

The level of the pmc

Returns

boolean

True if the given pmc level is allowed to access the given location