starfall-data/koptilnya/libs/constants.txt
2025-05-16 07:11:48 +06:00

14 lines
335 B
Lua

--@name koptilnya/libs/constants
_G.NULL_ENTITY = entity(0)
_G.CURRENT_PLAYER = player()
_G.OWNER = owner()
_G.IS_ME = CURRENT_PLAYER == OWNER
_G.TICK_INTERVAL = game.getTickInterval()
_G.RAD_TO_RPM = 9.5493
_G.RPM_TO_RAD = 0.10472
_G.UNITS_PER_METER = 39.37
_G.UNITS_TO_METERS = 0.01905
_G.KG_TO_N = 9.80665
_G.KG_TO_KN = 0.00980665