peripheral.wrap
From ComputerCraft Wiki
Function peripheral.wrap | |
Returns a handle to a peripheral that can then be used to call methods, as if using peripheral.call(side, method) | |
Syntax | peripheral.wrap(string side) |
Returns | A handle to the peripheral on side. |
Part of | ComputerCraft |
API | peripheral |