mining_ltsrbt

Mining LTSRBT
Recieves orders from the mining produce console Uses power (scaling with parts) to get that item delivered Only works if it's enabled, and can only be enabled on-station.
Vars | |
enabled | Boolean on whether the machine is active or not |
---|---|
power_usage_per_teleport | The amount of power each use of the machine costs. |
Procs | |
recieve_order |
Var Details
enabled

Boolean on whether the machine is active or not
power_usage_per_teleport

The amount of power each use of the machine costs.
Proc Details
recieve_order
Recieve order
Recieves the order and, if successfully goes through, returns TRUE Otherwise will return FALSE to cancel the order.