turtle.placeUp

Places the block in the turtle’s selected slot above the turtle.

ExamplePlace a block above the turtle
Prints if turtle successfully placed the block.
Code
print(turtle.placeUp())
Output true

turtle.placeUp
Function
Syntax
turtle.placeUp()
Returns boolean success
API turtle
Source Lua (source)
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.