allow luaFlowStatistics to update the production graphs
Posted: Sat May 13, 2017 4:52 pm
I'm making a mod that simulates furnace activities on a large scale, however any changes to item_production_statistics (LuaFlowStatistics) in the entity's force only show up in the all category of the production tabs.
I'd like to have two calls added that has changes that show up on the production graph.
add_to_input_count(string, count)
I'd like to have two calls added that has changes that show up on the production graph.
add_to_input_count(string, count)
- add's a non-negative amount to the input count for a given prototype
- string: The prototype name.
count: a non-negative value (integer?)
- add's a non-negative amount to the output count for a given prototype
- string: The prototype name.
count: a non-negative value (integer?)