I have a problem with the event "on_player_fast_transferred".
Anywer on the Forum or redit (I can't remember) I have read, that this event triggers if the player transfer items with ctrl/shift from an inventory to another. Is this right?
In my code it does nothing.
Code: Select all
local function OnPlayerFastTransferred(event)
ConsoleOutput("fast transfer event")
end
script.on_event(defines.events.on_player_fast_transferred, OnPlayerFastTransferred)