Extend on_player_fast_transferred with item dropped (Z)

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
Post Reply
Theis
Inserter
Inserter
Posts: 27
Joined: Tue Sep 13, 2022 9:57 am
Contact:

Extend on_player_fast_transferred with item dropped (Z)

Post by Theis »

Dropping items on entities doesn't trigger any events
There is a fairly specific handling of dropping items on entities where only one item is fast-transferred.
However neither on_player_fast_transferred or on_player_dropped_item triggers when this happens.
Change event fast-transferred
I would prefer that on_player_fast_transferred triggered when this happens and that it was extended with a boolean::is_dropped similar to is_split


I don't know if it is a bug or a missing feature?

GlassBricks
Inserter
Inserter
Posts: 25
Joined: Fri Jun 11, 2021 5:20 pm
Contact:

Re: Extend on_player_fast_transferred with item dropped (Z)

Post by GlassBricks »

I also have a use case for this (checking module changes).

My current workaround is making a check for changes during on_player_cursor_changed, but that's inefficient and a bit hacky.

Post Reply

Return to “Modding interface requests”