Prototype/LogisticContainer: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
(added num_logistic_slots)
Line 1: Line 1:
{{Languages}}
== Basics ==
== Basics ==
A generic container, such as a chest, that can be connected to the [[logistic network]]. Based on [[Prototype/SmartContainer]].
A generic container, such as a chest, that interacts with the logistics network


== Properties ==
== Properties ==
This prototype inherits all the properties from [[Prototype/SmartContainer]].
This prototype inherits all the properties from [[Prototype/Container]].


=== logistic_mode ===
=== logistic_mode ===
Line 10: Line 9:


The way this chest interacts with the logistic network. Valid values are "passive-provider", "active-provider", "storage" and "requester".
The way this chest interacts with the logistic network. Valid values are "passive-provider", "active-provider", "storage" and "requester".
=== num_logistic_slots ===
Type: [[Types/uint]]
The number of request slots this logistics container has.

Revision as of 09:22, 7 August 2017

Basics

A generic container, such as a chest, that interacts with the logistics network

Properties

This prototype inherits all the properties from Prototype/Container.

logistic_mode

Type: Types/string

The way this chest interacts with the logistic network. Valid values are "passive-provider", "active-provider", "storage" and "requester".

num_logistic_slots

Type: Types/uint

The number of request slots this logistics container has.