openspace

Procs | |
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 only after they are successfully initialized. so flying mobs, qdeleted movables and things that were moved somewhere else during Initialize() won't fall by accident. |
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 only after they are successfully initialized. so flying mobs, qdeleted movables and things that were moved somewhere else during Initialize() won't fall by accident.