Space Station 13 - Modules - TypesVar Details - Proc Details

modular_computer

Vars

broken_damageInteger. Damage level at which the computer ceased to operate.

Procs

apc_powerTries to use power from APC, if present.
battery_powerTries to use power from battery. Passing false as a parameter results in this proc returning whether battery is functional or not.
computer_use_powerTries to use power in general (Abstraction)
handle_powerHandles power-related things, such as battery interaction, recharging, shutdown when it's discharged
install_default_hardwareUsed to perform preset-specific hardware changes.
install_default_programsUsed to install preset-specific programs

Var Details

broken_damage

Integer. Damage level at which the computer ceased to operate.

Proc Details

apc_power

Tries to use power from APC, if present.

battery_power

Tries to use power from battery. Passing false as a parameter results in this proc returning whether battery is functional or not.

computer_use_power

Tries to use power in general (Abstraction)

handle_power

Handles power-related things, such as battery interaction, recharging, shutdown when it's discharged

install_default_hardware

Used to perform preset-specific hardware changes.

install_default_programs

Used to install preset-specific programs