Page 1 of 1

[2.0.12] Allow us to read/write to the roboport logistics sections.

Posted: Mon Oct 28, 2024 9:21 pm
by micromario
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.
10-28-2024, 16-20-45.png
10-28-2024, 16-20-45.png (77.76 KiB) Viewed 162 times

Re: [2.0.12] Allow us to read/write to the roboport logistics sections.

Posted: Wed Oct 30, 2024 12:32 pm
by Gweneph
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.