peripheral.call
From ComputerCraft Wiki
Revision as of 23:50, 27 November 2012 by AfterLifeLochie (Talk | contribs)
![]() | |
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 |