turtle.detectUp
From ComputerCraft Wiki
![]() | |
Detects if there is a Block Above. | |
Syntax | turtle.detectUp() |
Returns | boolean If turtle has Detected a Block Above. |
Part of | ComputerCraft |
API | turtle |
Examples
![]() | |
Detects if there is a Block Above. | |
Code |
turtle.detectUp() |