peripheral.wrap
From ComputerCraft Wiki
Revision as of 18:50, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:LuaCoreFunctions)
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 |