Space Station 13 - Modules - TypesVar Details - Proc Details

door

Vars

assemblytypeThe type of door frame to drop during deconstruction
fillersList. Player view blocking fillers for multi-tile doors.
idID for the window tint button, or another external control
operatingIs it currently in the process of opening, closing or being tampered
safeWhether the door detects things and mobs in its way and reopen or crushes them.
unres_sidesUnrestricted sides. A bitflag for which direction (if any) can open the door with no access.

Procs

get_adjusted_dirChecks which way the airlock is facing and adjusts the direction accordingly. For use with multi-tile airlocks.
update_boundsSets the bounds of the airlock. For use with multi-tile airlocks. If the airlock is multi-tile, it will set the bounds to be the size of the airlock. If the airlock doesn't already have fillers, it will create them. If the airlock already has fillers, it will move them to the correct location.

Var Details

assemblytype

The type of door frame to drop during deconstruction

fillers

List. Player view blocking fillers for multi-tile doors.

id

ID for the window tint button, or another external control

operating

Is it currently in the process of opening, closing or being tampered

safe

Whether the door detects things and mobs in its way and reopen or crushes them.

unres_sides

Unrestricted sides. A bitflag for which direction (if any) can open the door with no access.

Proc Details

get_adjusted_dir

Checks which way the airlock is facing and adjusts the direction accordingly. For use with multi-tile airlocks.

update_bounds

Sets the bounds of the airlock. For use with multi-tile airlocks. If the airlock is multi-tile, it will set the bounds to be the size of the airlock. If the airlock doesn't already have fillers, it will create them. If the airlock already has fillers, it will move them to the correct location.