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

Properties

itemWithModsToAdd: Item[]

Item and child mods to add to player inventory

foundInRaid: boolean
callback: (buyCount: number) => void
useSortingTable: boolean