shuttle_move_deferred_checks 
Vars | |
check | The check to call on the parent when a target moves. Can be the name of a proc on the parent, or a /datum/callback . |
---|---|
moving_targets | A list of each target currently being moved by a shuttle - if this list is not empty, checks will not be run. |
targets | An list of targets to listen for the movements of |
Var Details
check 
The check to call on the parent when a target moves. Can be the name of a proc on the parent, or a /datum/callback
.
moving_targets 
A list of each target currently being moved by a shuttle - if this list is not empty, checks will not be run.
targets 
An list of targets to listen for the movements of