Space Station 13 - Modules - TypesVar Details - Proc Details

airlock_helper

Vars

master_tagThe master tag, in case of nearby controllers that could cause conflicts.
must_share_areaWhether the helper should share an area with the controller.
my_controllerThe controller we're using. Set to a type to locate the type during Initialize().
my_deviceThe device we're setting up. Set to a type to locate the type during Initialize().
tag_addonAdjusts the various radio tags used to configure airlock devices.

Procs

configure_associated_deviceStub for subtypes to override to deal with their specific devices.

Var Details

master_tag

The master tag, in case of nearby controllers that could cause conflicts.

must_share_area

Whether the helper should share an area with the controller.

my_controller

The controller we're using. Set to a type to locate the type during Initialize().

my_device

The device we're setting up. Set to a type to locate the type during Initialize().

tag_addon

Adjusts the various radio tags used to configure airlock devices.

Proc Details

configure_associated_device

Stub for subtypes to override to deal with their specific devices.