peripheral.wrap
From ComputerCraft Wiki
Revision as of 20:35, 17 September 2012 by KillaVanilla (Talk | contribs) (Added page for peripheral.wrap())
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 |
Examples