Prototype/LogisticContainer: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(→‎Properties: added render_not_in_network_icon)
(0.16)
Line 6: Line 6:


=== logistic_mode ===
=== logistic_mode ===
Type: [[Types/string]]
'''Type''': [[Types/string]]


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", "buffer" and "requester".


=== num_logistic_slots ===
=== logistic_slots_count ===
Type: [[Types/uint]]
'''Type''': [[Types/uint]]
 
'''Default''': 0


The number of request slots this logistics container has.
The number of request slots this logistics container has.


=== render_not_in_network_icon ===
=== render_not_in_network_icon ===
Type: [[Types/bool]]
'''Type''': [[Types/bool]]
 
'''Default''': true


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.
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.

Revision as of 11:05, 1 January 2018

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", "buffer" and "requester".

logistic_slots_count

Type: Types/uint

Default: 0

The number of request slots this logistics container has.

render_not_in_network_icon

Type: Types/bool

Default: true

Whether the Too-far-from-roboport-icon.png icon should be rendered on this entity if the entity is not within a logistics network.