Difference between revisions of "Peripheral (event)"
From ComputerCraft Wiki
(better coding habits) |
m (slight wording tweak) |
||
Line 2: | Line 2: | ||
|name=peripheral | |name=peripheral | ||
|desc=Fired when a peripheral is connected to the computer locally or remotely (over Network Cables). | |desc=Fired when a peripheral is connected to the computer locally or remotely (over Network Cables). | ||
− | |return1= | + | |return1=A [[String_(type)|string]] of the side/name of the connected peripheral. |
}} | }} | ||
{{Example | {{Example |
Latest revision as of 11:19, 25 March 2014
Event peripheral | |
Fired when a peripheral is connected to the computer locally or remotely (over Network Cables). | |
Returned Object 1 | A string of the side/name of the connected peripheral. |