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

Get a blank two-dimentional representation of a container

Parameters

containerH: number

Horizontal size of container

containerY: number

Vertical size of container

Returns

number[][]

Two-dimensional representation of container