Difference between revisions of "Peripheral.call"
From ComputerCraft Wiki
KillaVanilla (Talk | contribs) (Added page for peripheral.call()) |
m (Moved to CAT:LuaCoreFunctions) |
||
Line 15: | Line 15: | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Latest revision as of 18:50, 28 November 2012
Function peripheral.call | |
Calls a method on the peripheral attached to side. | |
Syntax | peripheral.call((string) side, (string) methodName, arguments) |
Returns | Depends on the method called. |
Part of | ComputerCraft |
API | peripheral |