Difference between revisions of "Turtle.detect"

From ComputerCraft Wiki
Jump to: navigation, search
Line 10: Line 10:
 
{{Example
 
{{Example
 
|desc=Detects if there is a Block in front.
 
|desc=Detects if there is a Block in front.
|code=print(turtle.detect())
+
|code=turtle.detect()
 
}}
 
}}
 
}}
 
}}

Revision as of 21:13, 15 March 2012


Grid Redstone.png  Function turtle.detect
Detects if there is a Block in front.
Syntax turtle.detect()
Returns boolean If turtle has Detected a Block in front.
Part of ComputerCraft
API turtle

Examples

Grid paper.png  Example
Detects if there is a Block in front.
Code
turtle.detect()