Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IAddItemsDirectRequest.IAddItemsDirectRequest
Re-export
import { type IAddItemsDirectRequest } from "https://deno.land/x/sptaki@1.2.0/models/eft/inventory/mod.ts";
const { IAddItemsDirectRequest } = IAddItemsDirectRequest;

Properties

itemsWithModsToAdd: Item[][]

Item and child mods to add to player inventory

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

Runs after EACH item with children is added

useSortingTable: boolean

Should sorting table be used when no space found in stash

Properties

itemsWithModsToAdd: Item[][]

Item and child mods to add to player inventory

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

Runs after EACH item with children is added

useSortingTable: boolean

Should sorting table be used when no space found in stash