Skip to main content
The Deno 2 Release Candidate is here
Learn more
method InventoryController.prototype.moveItem
import { InventoryController } from "https://deno.land/x/sptaki@1.2.0/controllers/mod.ts";

Move Item change location of item with parentId and slotId transfers items from one profile to another if fromOwner/toOwner is set in the body. otherwise, move is contained within the same profile_f.

Parameters

pmcData: IPmcData

Profile

Move request data

sessionID: string

Session id

Client response