peripheral.find
From ComputerCraft Wiki
![]() | |
Returns a handle to a peripheral of the supplied type that can then be used to call methods, as if using peripheral.call(side, method) | |
Syntax | peripheral.find(string peripheral type) |
Returns | A handle to a peripheral of the given type. |
Part of | ComputerCraft |
API | peripheral |