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

Can all probided items be added into player inventory

Parameters

sessionId: string

Player id

itemsWithChildren: Item[][]

array of items with children to try and fit

Returns

boolean

True all items fit