peripheral.find
From ComputerCraft
Jump to navigation
Jump to search
peripheral.find Function | |
---|---|
Syntax peripheral.find(
| |
Returns | table |
API | peripheral |
Find a peripheral on the network.
|
|||
Find a monitor on the wired network. | |||
Code | local monitor = peripheral.find(“monitor”)
|
||
Output | table |