Space Station 13 - Modules - TypesVar Details

airlock_controller

Vars

ext_button_link_idButton ID for all exterior buttons to link to on LateInitialize()
ext_door_link_idAirlock ID for all exterior doors to link to on LateInitialize()
exterior_doorsAll exterior doors to control. Soft-refs only.
int_button_link_idVutton ID for all exterior buttons to link to on LateInitialize()
int_door_link_idAirlock ID for all interior doors to link to on LateInitialize()
interior_doorsAll interior doors to control. Soft-refs only.
stateCurrent state (IDLE, PREPARE, DEPRESSURIZE, PRESSURIZE)
target_stateTarget state (MONE, INOPEN, OUTOPEN)
vent_link_idVent ID for all vents to link to on LateInitialize()
ventsAll vents to control. Soft-refs only.

Var Details

Button ID for all exterior buttons to link to on LateInitialize()

Airlock ID for all exterior doors to link to on LateInitialize()

exterior_doors

All exterior doors to control. Soft-refs only.

Vutton ID for all exterior buttons to link to on LateInitialize()

Airlock ID for all interior doors to link to on LateInitialize()

interior_doors

All interior doors to control. Soft-refs only.

state

Current state (IDLE, PREPARE, DEPRESSURIZE, PRESSURIZE)

target_state

Target state (MONE, INOPEN, OUTOPEN)

Vent ID for all vents to link to on LateInitialize()

vents

All vents to control. Soft-refs only.