peripheral.isPresent
From ComputerCraft Wiki
Revision as of 13:48, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Corrected mapping from "Boolean" to "Boolean (type)")
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 |