Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IHideoutArea
import { type IHideoutArea } from "https://deno.land/x/sptaki@1.2.0/models/eft/hideout/IHideoutArea.d.ts";

Properties

_id: string
type: number
enabled: boolean
needsFuel: boolean
requirements: IAreaRequirement[]
takeFromSlotLocked: boolean
craftGivesExp: boolean
displayLevel: boolean
enableAreaRequirements: boolean
optional
parentArea: string
stages: Record<string, Stage>