Factorio Runtime DocsVersion 2.0.55

InventoryPosition :: table

Table fields

inventory :: defines.inventory

The ID of the inventory to insert into.

The ID of the inventory to insert into.

stack :: ItemStackIndex

The stack index of the inventory to insert into. Uses 0-based indexing, in contrast to the 1-based indexing of most other inventory-related functions.

The stack index of the inventory to insert into. Uses 0-based indexing, in contrast to the 1-based indexing of most other inventory-related functions.

count :: ItemCountType?

How many items to insert. Defaults to 1.

How many items to insert. Defaults to 1.


Concept used in

Classes

Concepts

Events

Defines