peripheral.isPresent
From ComputerCraft Wiki
Revision as of 10:20, 16 September 2012 by Eater44 (Talk | contribs) (Created page with very basic example)
Function peripheral.isPresent | |
Tells you whether a peripheral is present on a side of the computer or the turtle. | |
Syntax | peripheral.isPresent(string side) |
Returns | boolean Whether a peripheral is present on side. |
Part of | ComputerCraft |
API | peripheral |
Examples