Difference between revisions of "Turtle.detectDown"
From ComputerCraft Wiki
Smiley43210 (Talk | contribs) (Expanded the existing example) |
Smiley43210 (Talk | contribs) m (Corrected sentence casing (don't capitalize non-nouns in the middle of a sentence -_-)) |
||
Line 4: | Line 4: | ||
|args= | |args= | ||
|api=turtle | |api=turtle | ||
− | |returns={{type|boolean}} If turtle has | + | |returns={{type|boolean}} If turtle has detected a block below. |
|addon=ComputerCraft | |addon=ComputerCraft | ||
|desc=Detects if there is a Block Below. | |desc=Detects if there is a Block Below. |
Revision as of 20:15, 4 May 2013
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 |