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

Methods

onLoad(sessionID: string): IAkiProfile
syncHealth(
url: string,
sessionID: string,
): any
offraidEat(
pmcData: IPmcData,
sessionID: string,
): any
offraidHeal(
pmcData: IPmcData,
sessionID: string,
): any
healthTreatment(
pmcData: IPmcData,
sessionID: string,
): any