What
I would like an event on_research_queued similar to on_research_started.How
Fields:- research :: LuaTechnology -> the queued technology
- queue_index :: uint -> the research queue index of the technology
- name :: defines.event
- tick :: uint
Why
This is for my mod TAS step planner, where the mod records the players actions so they can be played back by a TAS.In this case, it is possible to record starting a research but not the 2nd through 7th queued research.
Which means that the user of the mod either needs to cancel and start the next item to record. Or wait for the research to finish.