modpc ![code/modules/modular_computers/computers/item/computer_circuit.dm 2](git.png)
A simple circuit component compatible with stationary consoles, laptops and PDAs, independent from programs.
Vars | |
is_off | Sent when shut down |
---|---|
is_on | Sent when turned on |
lights | Toggles lights on and off. Also RGB. |
on_off | Turns the PC on/off |
Print when triggered | |
print_text | Determines the text to be printed |
Var Details
is_off ![code/modules/modular_computers/computers/item/computer_circuit.dm 16](git.png)
Sent when shut down
is_on ![code/modules/modular_computers/computers/item/computer_circuit.dm 14](git.png)
Sent when turned on
lights ![code/modules/modular_computers/computers/item/computer_circuit.dm 19](git.png)
Toggles lights on and off. Also RGB.
on_off ![code/modules/modular_computers/computers/item/computer_circuit.dm 7](git.png)
Turns the PC on/off
print ![code/modules/modular_computers/computers/item/computer_circuit.dm 11](git.png)
Print when triggered
print_text ![code/modules/modular_computers/computers/item/computer_circuit.dm 9](git.png)
Determines the text to be printed