14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
--@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
|