code/__DEFINES/dcs/signals/signals_atom/signals_atom_movement.dm ![code/__DEFINES/dcs/signals/signals_atom/signals_atom_movement.dm0](git.png)
COMSIG_LIVING_PUSHING_MOVABLE | Called from /mob/living/PushAM -- Called when this mob is about to push a movable, but before it moves (aotm/movable/being_pushed) |
---|---|
STOP_BUMP | Return to stop the door opening on bump. |
COMSIG_MOVABLE_UPDATE_GLIDE_SIZE | called when the movable's glide size is updated: (new_glide_size) |
Define Details
COMSIG_LIVING_PUSHING_MOVABLE ![code/__DEFINES/dcs/signals/signals_atom/signals_atom_movement.dm 3](git.png)
Called from /mob/living/PushAM -- Called when this mob is about to push a movable, but before it moves (aotm/movable/being_pushed)
COMSIG_MOVABLE_UPDATE_GLIDE_SIZE ![code/__DEFINES/dcs/signals/signals_atom/signals_atom_movement.dm 9](git.png)
called when the movable's glide size is updated: (new_glide_size)
STOP_BUMP ![code/__DEFINES/dcs/signals/signals_atom/signals_atom_movement.dm 6](git.png)
Return to stop the door opening on bump.