starfall-data/koptilnya/libs/constants.txt
Никита Круглицкий 0850d7798b types
2025-06-14 14:21:56 +06:00

14 lines
302 B
Lua

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