turtle.detect
From ComputerCraft Wiki
![]() | |
Detects if there is a Block in front. | |
Syntax | turtle.detect() |
Returns | int If turtle has Detected a Block in front. |
Part of | ComputerCraft |
API | turtle |
Examples
![]() | |
Detects if there is a Block in front. | |
Code |
print(turtle.detect()) |