
Using LuaFlowStatistics.get_flow_count, I can get any data in the green box.
I want to get the data in the red box.
Something like get_flow_count_at_timestamp() that would take a prototype name and a game tick timestamp, and return the production rate and/or count at that timestamp.
Why?
I'm looking to create a mod that records the time of the first creation of an item, and I would like it to be able to find that retroactively, if the mod is added to an existing save file.
Thanks!