
| add_section(group?) | → LuaLogisticSection? | Adds a new logistic section to this logistic point if possible. |
Adds a new logistic section to this logistic point if possible. | ||
| remove_section(section_index) | → boolean | Removes the given logistic section if possible. [...] |
Removes the given logistic section if possible. [...] | ||
| get_section(section_index) | → LuaLogisticSection | Gets section on the selected index, if it exists |
Gets section on the selected index, if it exists | ||
| owner | :: R LuaEntity | The LuaEntity owner of this LuaLogisticPoint. |
The LuaEntity owner of this LuaLogisticPoint. | ||
| logistic_network | :: R LuaLogisticNetwork | |
| logistic_member_index | :: R uint32 | The Logistic member index of this logistic point. |
The Logistic member index of this logistic point. | ||
| filters | :: R array[CompiledLogisticFilter] ? | The logistic filters for this logistic point, if this uses any. [...] |
The logistic filters for this logistic point, if this uses any. [...] | ||
| mode | :: R defines.logistic_mode | The logistic mode. |
The logistic mode. | ||
| force | :: R LuaForce | The force of this logistic point. [...] |
The force of this logistic point. [...] | ||
| targeted_items_pickup | :: R ItemWithQualityCounts | Items targeted to be picked up from this logistic point by robots. |
Items targeted to be picked up from this logistic point by robots. | ||
| targeted_items_deliver | :: R ItemWithQualityCounts | Items targeted to be dropped off into this logistic point by robots. |
Items targeted to be dropped off into this logistic point by robots. | ||
| exact | :: R boolean | If this logistic point is using the exact mode. [...] |
If this logistic point is using the exact mode. [...] | ||
| trash_not_requested | :: RW boolean | Whether this logistic point is set to trash unrequested items. |
Whether this logistic point is set to trash unrequested items. | ||
| enabled | :: RW boolean | Whether this logistic point is active, related to disabling logistics on player/spidertron. [...] |
Whether this logistic point is active, related to disabling logistics on player/spidertron. [...] | ||
| sections | :: R array[LuaLogisticSection] | All logistic sections of this logistic point. |
All logistic sections of this logistic point. | ||
| sections_count | :: R uint32 | Amount of logistic sections this logistic point has. |
Amount of logistic sections this logistic point has. | ||
| valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
| object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] | ||

| group | :: string? | The group to assign this section to. |
The group to assign this section to. | ||
| → LuaLogisticSection? | The added logistic section. |
















