Prototype/LogisticContainer: Difference between revisions
Jump to navigation
Jump to search
(Changed links going to the redirect Types/uint to go to Types/uint32.) |
(added extensions) |
||
Line 4: | Line 4: | ||
== Properties == | == Properties == | ||
This prototype inherits all the properties from [[Prototype/Container]]. | This prototype inherits all the properties from [[Prototype/Container]]. | ||
== Extensions == | |||
* [[Prototype/InfinityContainer]] '''infinity-container''' | |||
=== logistic_mode === | === logistic_mode === |
Revision as of 15:11, 21 January 2019
Basics
A generic container, such as a chest, that interacts with the logistics network
Properties
This prototype inherits all the properties from Prototype/Container.
Extensions
- Prototype/InfinityContainer infinity-container
logistic_mode
Type: Types/string
The way this chest interacts with the logistic network. Valid values are "passive-provider", "active-provider", "storage", "buffer" and "requester".
logistic_slots_count
Type: Types/uint32
Default: 0
The number of request slots this logistics container has.
render_not_in_network_icon
Type: Types/bool
Default: true
Whether the icon should be rendered on this entity if the entity is not within a logistics network.