modular_computer
Vars | |
broken_damage | Integer. Damage level at which the computer ceased to operate. |
---|---|
Procs | |
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 |
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