Difference between revisions of "Turtle.detectDown"
From ComputerCraft Wiki
(anh em may cung nhau xem di) |
(Undo revision 2877 by 91.121.27.33 (talk)) |
||
Line 1: | Line 1: | ||
− | + | {{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 Block Below. | ||
+ | |examples= | ||
+ | {{Example | ||
+ | |desc=Detects if there is a Block Below. | ||
+ | |code=turtle.detectDown() | ||
+ | }} | ||
+ | }} |
Revision as of 23:37, 13 September 2012
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
Example | |
Detects if there is a Block Below. | |
Code |
turtle.detectDown() |