turtle.detectDown

From ComputerCraft Wiki
Revision as of 23:37, 13 September 2012 by 67.189.72.22 (Talk) (Undo revision 2877 by 91.121.27.33 (talk))

Jump to: navigation, search


Grid Redstone.png  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

Grid paper.png  Example
Detects if there is a Block Below.
Code
turtle.detectDown()