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

Methods

getSuits(
url: string,
info: any,
sessionID: string,
): IGetBodyResponseData<any>
getTraderSuits(
url: string,
info: any,
sessionID: string,
): IGetBodyResponseData<ISuit[]>
wearClothing(
pmcData: IPmcData,
sessionID: string,
): IItemEventRouterResponse
buyClothing(
pmcData: IPmcData,
sessionID: string,
): IItemEventRouterResponse