Skip to main content
The Deno 2 Release Candidate is here
Learn more
method InventoryHelper.prototype.moveItemInternal
Re-export
import { InventoryHelper } from "https://deno.land/x/sptaki@1.2.0/helpers/mod.ts";

Internal helper function to move item within the same profile_f.

Parameters

pmcData: IPmcData

profile to edit

inventoryItems: Item[]

Returns

{ success: boolean; errorMessage?: string; }

True if move was successful