Prototype/LogisticContainer: Difference between revisions
Jump to navigation
Jump to search
(added num_logistic_slots) |
(→Properties: added render_not_in_network_icon) |
||
Line 14: | Line 14: | ||
The number of request slots this logistics container has. | The number of request slots this logistics container has. | ||
=== render_not_in_network_icon === | |||
Type: [[Types/bool]] | |||
Whether the [[File:Too-far-from-roboport-icon.png]] icon should be rendered on this entity if the entity is not within a logistics network. Optional, default is true. |
Revision as of 07:52, 25 October 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.
render_not_in_network_icon
Type: Types/bool
Whether the icon should be rendered on this entity if the entity is not within a logistics network. Optional, default is true.