[Enhancement] reactor.getHotFluidProducedLastTick() Needed
cdl1051 opened this issue ยท 3 comments
We can query the turbine to see how much steam it used last tick but we can't ask the reactor the same question. Would you consider exposing this via lua as well in the next update?
So, this was already implemented: getEnergyProducedLastTick() returned hot fluid production for active reactors. I've added a getHotFluidProducedLastTick() which only returns non-zero when the reactor is actively cooled, for clarity.