turtle.dropDown

Drops the item item in the turtle’s selected slot below the turtle.

ExampleDrop a ítem below the turtle.
Prints if turtle successfully dropped the item.
Code
print(turtle.dropDown())
Output true

turtle.dropDown
Function
Syntax
turtle.dropDown()
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.