turtle.suckDown

turtle.suckDown
Function
Syntax
turtle.suckDown()
Returns integer amount
API turtle
Source Lua (source)

Picks up a item below the turtle

ExamplePickup a item below the turtle.
Prints the amount of items the turtle picks up.
Code
print(turtle.suckDown())
Output true
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.