byond - Modules - TypesVar Details - Proc Details

centrifugal_force

Vars

spin_loop_timertimer hash for the timer we use when spinning
step_tickbool whether we should take a random step this tick

Procs

do_spinruns a spin, then starts the timer for a new spin if needed
stop_spinstops spin and unregisters all listeners

Var Details

spin_loop_timer

timer hash for the timer we use when spinning

step_tick

bool whether we should take a random step this tick

Proc Details

do_spin

runs a spin, then starts the timer for a new spin if needed

stop_spin

stops spin and unregisters all listeners