Space Station 13 - Nebula13 - Modules - TypesVar Details

wall

Vars

other_connectionsA list of connections to non-walls for each corner, used for icon generation. Can be converted to a list of dirs with corner_states_to_dirs().
shutter_iconIcon to use if shutter state is non-null.
shutter_materialOverrides base material for shutter icon if set.
shutter_soundShutter open/close sound.
shutter_stateTRUE = open, FALSE = closed, null = no shutter.
unique_merge_identifierIf set, will prevent merges between walls with different IDs.
wall_connectionsA list of connections to walls for each corner, used for icon generation. Can be converted to a list of dirs with corner_states_to_dirs().

Var Details

other_connections

A list of connections to non-walls for each corner, used for icon generation. Can be converted to a list of dirs with corner_states_to_dirs().

shutter_icon

Icon to use if shutter state is non-null.

shutter_material

Overrides base material for shutter icon if set.

shutter_sound

Shutter open/close sound.

shutter_state

TRUE = open, FALSE = closed, null = no shutter.

unique_merge_identifier

If set, will prevent merges between walls with different IDs.

wall_connections

A list of connections to walls for each corner, used for icon generation. Can be converted to a list of dirs with corner_states_to_dirs().