turtle.detectUp
From ComputerCraft Wiki
Revision as of 13:46, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Corrected mapping from "Boolean" to "Boolean (type)")
Function turtle.detectUp | |
Detects if there is a Block Above. | |
Syntax | turtle.detectUp() |
Returns | boolean If turtle has Detected a Block Above. |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Detects if there is a Block Above. | |
Code |
turtle.detectUp() |