turtle.detectDown
From ComputerCraft Wiki
Function turtle.detectDown | |
Detects if there is a Block Below. | |
Syntax | turtle.detectDown() |
Returns | boolean If turtle has detected a block below. |
Part of | ComputerCraft |
API | turtle |
Examples