Space Station 13 - Modules - TypesVar Details - Proc Details

auto

Vars

instance_pathConfigurable. The instance path this prototype is intended to manipulate.
vars_to_applyInternal. A harvested list of var names on this prototype that match var names in instance_path.
vars_to_skipInternal. Members of /singleton/instance_configurator/auto and below.

Procs

ApplyApplies matching vars from the configurator to the instance. If you need other behavior, do not use auto.

Var Details

instance_path

Configurable. The instance path this prototype is intended to manipulate.

vars_to_apply

Internal. A harvested list of var names on this prototype that match var names in instance_path.

vars_to_skip

Internal. Members of /singleton/instance_configurator/auto and below.

Proc Details

Apply

Applies matching vars from the configurator to the instance. If you need other behavior, do not use auto.