about LuaFlowStatistics
http://lua-api.factorio.com/latest/LuaF ... stics.html
I used them to read production/consumption data from the game, with the get or counts members,
but I wonder what is the use for set_input_count and set_output_count ?
Will they override data of the game ? Losing any production statistic from the beginning of the game ?
Is it to "reset the counter" of a force statistics ?
LuaFlowStatistics get ok, but set ?
LuaFlowStatistics get ok, but set ?
My mods on the Factorio Mod Portal 

Re: LuaFlowStatistics get ok, but set ?
It allows you to modify the values for what ever purposes you so deem necessary.
If you want to get ahold of me I'm almost always on Discord.
Re: LuaFlowStatistics get ok, but set ?
But we agree that then you lose any total count from the beginning of the game (tick = 0) ? There is no way to get back ?Rseding91 wrote:It allows you to modify the values for what ever purposes you so deem necessary.
My mods on the Factorio Mod Portal 

Re: LuaFlowStatistics get ok, but set ?
Yeah, if you erase the numbers they're gone.
If you want to get ahold of me I'm almost always on Discord.