Difference between revisions of "Turtle.detectDown"
From ComputerCraft Wiki
(Undo revision 2877 by 91.121.27.33 (talk)) |
(Moved to CAT:LuaCoreFunctions) |
||
Line 13: | Line 13: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:53, 28 November 2012
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
Example | |
Detects if there is a Block Below. | |
Code |
turtle.detectDown() |