yes exactly, let's say you have 1000 buildings you want to build / check if they are still there. you could partition those 1000 buildings into groups of 10 and then using some math (modulo and divison) check 1 partition per tick
Posts made by Daxten
-
RE: Tip of the day: Use loop architecture to save CPU on the logic you do not have to run each tick.