Timer Accuracy
reddotinc
Member Posts: 653
Anyone know what the smallest timer increment (if there is one) that you can use with the Every X seconds function of the timer?
Thanks
// red.
Thanks
// red.
Comments
// red.
but if you set to spawn every 1/100, then less than 10 actor can spawn.
.035 seems about the quickest
To do smaller amounts...I build my own timer with the self.time attribute...which is always 100% reliable.