Prototype/LogisticContainer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added num_logistic_slots) |
||
Line 1: | Line 1: | ||
== Basics == | == Basics == | ||
A generic container, such as a chest, that | A generic container, such as a chest, that interacts with the logistics network | ||
== Properties == | == Properties == | ||
This prototype inherits all the properties from [[Prototype/ | 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.