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