peripheral.wrap
From ComputerCraft Wiki
Revision as of 00:19, 29 November 2012 by AfterLifeLochie (Talk | contribs) (My definition of "prints the name of the device" isn't "handle.shutdown()". :P)
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 |