This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
david1234vo's profile picture

wired modems

Started by david1234vo, 14 March 2014 - 07:45 PM
david1234vo #1
Posted 14 March 2014 - 08:45 PM
hi,

i am playing a bit arround with wired modems and resonant energy cells (thermal expansion) but i want to just be able to put down a resonant energy cell (RES) and let the computer know what name it has to wrap the peripheral, is there a way to get a table or something with all the connected modems and there names
Lyqyd #2
Posted 14 March 2014 - 09:07 PM
You should be able to use peripheral.getNames (I think) to get a list of all of the peripherals connected to the computer.