Skip to main content
The Deno 2 Release Candidate is here
Learn more
class HideoutCallbacks
implements OnUpdate
import { HideoutCallbacks } from "https://deno.land/x/sptaki@1.2.0/callbacks/mod.ts";

Constructors

new
HideoutCallbacks(hideoutController: HideoutController, configServer: ConfigServer)

Properties

protected
configServer: ConfigServer
protected
hideoutConfig: IHideoutConfig
protected
hideoutController: HideoutController

Methods

Handle client/game/profile/items/moving - HideoutCancelProductionCommand

Handle HideoutContinuousProductionStart

getRoute(): string

Handle HideoutQuickTimeEvent

Handle client/game/profile/items/moving - RecordShootingRangePoints

onUpdate(timeSinceLastRun: number): Promise<boolean>

Handle HideoutPutItemsInAreaSlots

Handle client/game/profile/items/moving - RecordShootingRangePoints

Handle HideoutScavCaseProductionStart event

Handle HideoutSingleProductionStart event

Handle HideoutTakeItemsFromAreaSlots event

Handle HideoutTakeProduction event

Handle HideoutToggleArea event

Handle HideoutUpgrade event

Handle HideoutUpgradeComplete event