/tg/ Station 13 - Modules - TypesVar Details

shuttle_move_deferred_checks

Vars

checkThe 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_targetsA list of each target currently being moved by a shuttle - if this list is not empty, checks will not be run.
targetsAn 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