Difference between revisions of "Peripheral.wrap"
From ComputerCraft Wiki
KillaVanilla (Talk | contribs) (Added page for peripheral.wrap()) |
m (Moved to CAT:LuaCoreFunctions) |
||
Line 15: | Line 15: | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:50, 28 November 2012
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 |