turtle.drop
From ComputerCraft
Jump to navigation
Jump to search
turtle.drop Function | |
---|---|
Syntax turtle.drop() | |
Returns | boolean success |
API | turtle |
Source | Lua (source) |
Drops the item item in the turtle’s selected slot in front of the turtle.
|
|||
Prints if turtle successfully dropped the item. | |||
Code | print(turtle.drop())
|
||
Output | true |
Retrieved from "https://wiki.computercraft.cc/index.php?title=Turtle.drop&oldid=5853"