Space Station 13 - Nebula13 - Modules - TypesVar Details - Proc Details

airlock_controller_config

Base class for handling configurable airlock devices frames that want to get configuration info from an airlock controller

Vars

preferred_id_tagStores the id tag of the controller we hit this with, to make setup easier

Procs

get_master_controllerReturns the master controller from the target machine whether its a dummy controller or an actual controller
get_setup_option_choicesReturns the list of types of device options we can configure this as
setup_for_chosen_typeActually applies the changes to the thing based on the setup option picked

Var Details

preferred_id_tag

Stores the id tag of the controller we hit this with, to make setup easier

Proc Details

get_master_controller

Returns the master controller from the target machine whether its a dummy controller or an actual controller

get_setup_option_choices

Returns the list of types of device options we can configure this as

setup_for_chosen_type

Actually applies the changes to the thing based on the setup option picked