game
Functions to get property information from game.
Example
local current_tickrate = get_tickrate()
local current_gravity = get_gravity()
print(current_tickrate, current_gravity)
set_tickrate(120) -- 2 times faster, origin 60 fps
set_gravity(0)Last updated