add_section(group?) new | → 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) new | → boolean | Removes the given logistic section if possible. [...] |
Removes the given logistic section if possible. [...] | ||
get_section(section_index) new | → 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 uint | The Logistic member index of this logistic point. |
The Logistic member index of this logistic point. | ||
filters changed | :: 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 dictionary[string → uint] | 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 dictionary[string → uint] | 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 new | :: RW boolean | Whether this logistic point is set to trash unrequested items. |
Whether this logistic point is set to trash unrequested items. | ||
enabled new | :: 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 new | :: R array[LuaLogisticSection] | All logistic sections of this logistic point. |
All logistic sections of this logistic point. | ||
sections_count new | :: R uint | 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. |