rnd ![code/modules/research/rdmachines.dm 5](git.png)
Vars | |
busy | Are we currently printing a machine |
---|---|
disabled | Is this machine disabled via wires |
hacked | Is this machne hacked via wires |
loaded_item | The item loaded inside the machine, used by experimentors and destructive analyzers only. |
stored_research | Ref to global science techweb. |
Procs | |
connect_techweb | Called when attempting to connect the machine to a techweb, forgetting the old. |
on_connected_techweb | Called post-connection to a new techweb. |
reset_busy | Reset the state of this machine |
Var Details
busy ![code/modules/research/rdmachines.dm 12](git.png)
Are we currently printing a machine
disabled ![code/modules/research/rdmachines.dm 16](git.png)
Is this machine disabled via wires
hacked ![code/modules/research/rdmachines.dm 14](git.png)
Is this machne hacked via wires
loaded_item ![code/modules/research/rdmachines.dm 22](git.png)
The item loaded inside the machine, used by experimentors and destructive analyzers only.
stored_research ![code/modules/research/rdmachines.dm 18](git.png)
Ref to global science techweb.
Proc Details
connect_techweb
Called when attempting to connect the machine to a techweb, forgetting the old.
on_connected_techweb
Called post-connection to a new techweb.
reset_busy
Reset the state of this machine