Add on_player_selection_started
Add on_player_selection_started
It would be nice to have this event for detecting if a player started a selection (including the area where it started). It could have alt: boolean and reverse:boolean to know if its alt and/or reverse.
- protocol_1903
- Filter Inserter

- Posts: 451
- Joined: Fri Sep 09, 2022 4:33 pm
- Contact:
Re: Add on_player_selection_started
Alt and reverse can be changed during the selection process, so they probably won't be added as an event property. In either case, you want something like the original tapeline implementation which just appeared in the mod belt draw.
Py and PyBlock developer, wielder of LUA in arbitrary ways. I make mods. Check them out, maybe.
https://mods.factorio.com/user/protocol_1903
https://mods.factorio.com/user/protocol_1903
- BraveCaperCat
- Filter Inserter

- Posts: 488
- Joined: Mon Jan 15, 2024 10:10 pm
- Contact:
Re: Add on_player_selection_started
You do know that they're the creator of belt draw, right?protocol_1903 wrote: Tue Feb 10, 2026 5:19 am Alt and reverse can be changed during the selection process, so they probably won't be added as an event property. In either case, you want something like the original tapeline implementation which just appeared in the mod belt draw.
- protocol_1903
- Filter Inserter

- Posts: 451
- Joined: Fri Sep 09, 2022 4:33 pm
- Contact:
Re: Add on_player_selection_started
I missed that one :lol: my apologies
Py and PyBlock developer, wielder of LUA in arbitrary ways. I make mods. Check them out, maybe.
https://mods.factorio.com/user/protocol_1903
https://mods.factorio.com/user/protocol_1903
