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

Properties

Action: "Split"
splitItem: string

Id of item to split

newItem: string

Id of new item stack

container: Container

Destination new item will be placed in

count: number

Properties

Action: "Split"
splitItem: string

Id of item to split

newItem: string

Id of new item stack

container: Container

Destination new item will be placed in

count: number