gas_machine_connector
To be used when there is the need of an atmos connection without repathing everything (eg: cryo.dm)
Procs | |
deconstruct_connected_machine | Called when the machine has been deconstructed |
---|---|
destroy_connected_machine | Called when the machine has been destroyed |
disconnect_connector | Handles the disconnection from the pipe network |
moved_connected_machine | Called when the machine has been moved, reconnect to the pipe network |
pre_move_connected_machine | Called before the machine moves, disconnect from the pipe network |
reconnect_connector | Handles the reconnection to the pipe network |
register_with_machine | Register various signals that are required for the proper work of the connector |
relocate_airs | Handles air relocation to the pipe network/environment |
unregister_from_machine | Unregister the signals previously registered |
wrenched_connected_machine | Called when the machine has been rotated, resets the connection to the pipe network with the new direction |
Proc Details
deconstruct_connected_machine
Called when the machine has been deconstructed
destroy_connected_machine
Called when the machine has been destroyed
disconnect_connector
Handles the disconnection from the pipe network
moved_connected_machine
Called when the machine has been moved, reconnect to the pipe network
pre_move_connected_machine
Called before the machine moves, disconnect from the pipe network
reconnect_connector
Handles the reconnection to the pipe network
register_with_machine
Register various signals that are required for the proper work of the connector
relocate_airs
Handles air relocation to the pipe network/environment
unregister_from_machine
Unregister the signals previously registered
wrenched_connected_machine
Called when the machine has been rotated, resets the connection to the pipe network with the new direction