turtle.detect
From ComputerCraft Wiki
Revision as of 21:07, 15 March 2012 by SgtBurned (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=turtle.detect |args= |api=turtle |addon=ComputerCraft |desc=Detects if there is a Block in front |examples= {{Example |desc=Detects if there is...")
Function turtle.detect | |
Detects if there is a Block in front | |
Syntax | turtle.detect() |
Returns | nil |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Detects if there is a Block in front | |
Code |
print(turtle.detect()) |