connectable_computer 
If attached to a computer, adds the connectable computer overlays and smooths to other computers.
Procs | |
| find_connectable_computer | Find a connectable computer on this turf. |
|---|---|
| is_compatible | Checks if the given target is a modular computer or a normal computer with the connectable property set |
| on_update_overlays | Handles COMSIG_ATOM_UPDATE_OVERLAYS for machines. |
| update_neighbors | Update neighboring computers. |
Proc Details
find_connectable_computer
Find a connectable computer on this turf.
Arguments:
- parent - computer/modular computer on which this proc is called. Typed as a machine
- search_dir - the direction to search
is_compatible
Checks if the given target is a modular computer or a normal computer with the connectable property set
on_update_overlays
Handles COMSIG_ATOM_UPDATE_OVERLAYS for machines.
Arguments:
- parent_machine - The parent we're manipulating
- overlays - The overlays list
update_neighbors
Update neighboring computers.
Arguments:
- location - the location where the machine on which this was called is (or was). This actually will be either a /obj/machinery or an actual location because of BS related to deleting it