LuaLogisticPoint

class LuaLogisticPoint - sort
owner :: LuaEntity [R] The LuaEntity owner of this LuaLogisticPoint.
logistic_network :: LuaLogisticNetwork [R]
logistic_member_index :: uint [R] The Logistic member index of this logistic point.
filters :: array of LogisticFilter [R] The logistic filters for this logistic point or nil if this doesn't use logistic filters.
mode :: defines.logistic_mode [R] The logistic mode.
force :: LuaForce [R] The force of this logistic point.
targeted_items_pickup :: dictionary stringuint [R] Items targeted to be picked up from this logistic point by robots.
targeted_items_deliver :: dictionary stringuint [R] Items targeted to be dropped off into this logistic point by robots.
exact :: boolean [R] If this logistic point is using the exact mode.
valid :: boolean [R] Is this object valid?
help() → string All methods, and properties that this object supports.

Logistic point of a particular LuaEntity. A "Logistic point" is the name given for settings and properties used by requester, provider, and storage points in a given logistic network. These "points" don't have to be a logistic container but often are. One other entity that can own several points is the "character" character type entity.

owner :: LuaEntity [Read-only]

The LuaEntity owner of this LuaLogisticPoint.

logistic_network :: LuaLogisticNetwork [Read-only]

logistic_member_index :: uint [Read-only]

The Logistic member index of this logistic point.

filters :: array of LogisticFilter [Read-only]

The logistic filters for this logistic point or nil if this doesn't use logistic filters.

Note: The returned array will always have an entry for each filter and will be indexed in sequence when not nil.
mode :: defines.logistic_mode [Read-only]

The logistic mode.

force :: LuaForce [Read-only]

The force of this logistic point.

Note: This will always be the same as the LuaLogisticPoint::owner force.
targeted_items_pickup :: dictionary stringuint [Read-only]

Items targeted to be picked up from this logistic point by robots.

targeted_items_deliver :: dictionary stringuint [Read-only]

Items targeted to be dropped off into this logistic point by robots.

exact :: boolean [Read-only]

If this logistic point is using the exact mode. In exact mode robots never over-deliver requests.