Greetings,
Roboports now have logistics section groups similar to requester chests or constant combinators. All of these entities have read/write access to the groups via get_or_create_control_behavior().sections
The exception is the roboport, which does not expose any access to such sections.
[2.0.12] Allow us to read/write to the roboport logistics sections.
- micromario
- Fast Inserter
- Posts: 108
- Joined: Thu Apr 05, 2018 11:53 am
- Contact:
Re: [2.0.12] Allow us to read/write to the roboport logistics sections.
I'm pretty sure they should be available at get_logistic_points(defines.logistic_member_index.logistic_container).sections, but when I try that it's an empty table even for a roboport that has multiple non-empty sections.