modular_computer

Vars | |
base_active_power_usage | Power usage when the computer is open (screen is active) and can be interacted with. |
---|---|
base_idle_power_usage | Power usage when the computer is idle and screen is off (currently only applies to laptops) |
cpu | CPU that handles most logic while this type only handles power and other specific things. |
hardware_flag | A flag that describes this device type |
icon_state_powered | Icon state when the computer is turned on. |
icon_state_unpowered | Icon state when the computer is turned off. |
internal_cell | The power cell, null by default as we use the APC we're in |
light_strength | Light luminosity when turned on |
max_idle_programs | Amount of programs that can be ran at once |
screen_icon_screensaver | Icon state overlay when the computer is powered, but not 'switched on'. |
screen_icon_state_menu | Icon state overlay when the computer is turned on, but no program is loaded that would override the screen. |
steel_sheet_cost | Amount of steel sheets refunded when disassembling an empty frame of this computer. |
Procs | |
relay_icon_update | Eats the "source" arg because update_icon actually expects args now. |
Var Details
base_active_power_usage

Power usage when the computer is open (screen is active) and can be interacted with.
base_idle_power_usage

Power usage when the computer is idle and screen is off (currently only applies to laptops)
cpu

CPU that handles most logic while this type only handles power and other specific things.
hardware_flag

A flag that describes this device type
icon_state_powered

Icon state when the computer is turned on.
icon_state_unpowered

Icon state when the computer is turned off.
internal_cell

The power cell, null by default as we use the APC we're in
light_strength

Light luminosity when turned on
max_idle_programs

Amount of programs that can be ran at once
screen_icon_screensaver

Icon state overlay when the computer is powered, but not 'switched on'.
screen_icon_state_menu

Icon state overlay when the computer is turned on, but no program is loaded that would override the screen.
steel_sheet_cost

Amount of steel sheets refunded when disassembling an empty frame of this computer.
Proc Details
relay_icon_update
Eats the "source" arg because update_icon actually expects args now.