/tg/ Station 13 - Modules - TypesProc Details

openspace

Procs

EnterPrepares a moving movable to be precipitated if Move() is successful. This is done in Enter() and not Entered() because there's no easy way to tell if the latter was called by Move() or forceMove() while the former is only called by Move().
EnteredMakes movables fall when forceMove()'d to this turf.
on_atom_createdDrops movables spawned on this turf after they are successfully initialized. so that spawned movables that should fall to gravity, will fall.

Proc Details

Enter

Prepares a moving movable to be precipitated if Move() is successful. This is done in Enter() and not Entered() because there's no easy way to tell if the latter was called by Move() or forceMove() while the former is only called by Move().

Entered

Makes movables fall when forceMove()'d to this turf.

on_atom_created

Drops movables spawned on this turf after they are successfully initialized. so that spawned movables that should fall to gravity, will fall.