turtle.detectDown

From ComputerCraft Wiki
Revision as of 21:10, 15 March 2012 by SgtBurned (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=turtle.detectDown |args= |api=turtle |returns=boolean If turtle has Detected a Block Below. |addon=ComputerCraft |desc=Detects if there is a...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
print(turtle.detectDown())