peripheral.isPresent
From ComputerCraft Wiki
Revision as of 18:56, 16 September 2012 by Thesbros (Talk | contribs) (Semicolons are not needed, change single quotes to double)
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