Difference between revisions of "Turtle.detectDown"

From ComputerCraft Wiki
Jump to: navigation, search
(anh em may cung nhau xem di)
(Undo revision 2877 by 91.121.27.33 (talk))
Line 1: Line 1:
Hello my friend heres my new gig easy as it looks Ill send u a total of 5350++ backlinks to your website in 2 tiers. This gig its for 1 website and up to 5 keywords. First tier to your main website 350 page rank 1-5 and the the second tier of 5000 profile backlinks pointing to your first tier.Ill send u a report in a txt file in less than 48 hours.Any question just send me a private message
+
{{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


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()