PTR Changelog 2016-01-20
-
API Changes
- Added new global object Game.cpu.
- Game.cpuLimit is now an alias for Game.cpu.tickLimit and considered deprecated.
- Game.getUsedCpu is now an alias for Game.cpu.getUsed and considered deprecated.
-
Thanks, this is a great change that gives great control over how to use CPU more efficiently. Appreciate it!