6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
NULL_ENTITY = entity(0)
|
|
CURRENT_PLAYER = player()
|
|
OWNER = owner()
|
|
IS_ME = CURRENT_PLAYER == OWNER
|
|
TICK_INTERVAL = game.getTickInterval()
|
|
RAD_TO_RPM = 9.5493 |