circuitboard ![code/game/objects/items/circuitboards/circuitboard.dm 6](git.png)
Vars | |
onstation | determines if the circuit board originated from a vendor off station or not. |
---|---|
Procs | |
configure_machine | Used to allow the circuitboard to configure a machine in some way, shape or form. |
Var Details
onstation ![code/game/objects/items/circuitboards/circuitboard.dm 18](git.png)
determines if the circuit board originated from a vendor off station or not.
Proc Details
configure_machine
Used to allow the circuitboard to configure a machine in some way, shape or form.
Arguments:
- machine - The machine to attempt to configure.