turtle.drop

From ComputerCraft Wiki
Revision as of 14:03, 3 July 2012 by 67.180.112.130 (Talk)

Jump to: navigation, search


Grid Redstone.png  Function turtle.drop
Drops all items in the first available slot, or if [count] is specified, drops that many items.
Syntax turtle.drop()
Returns nil
Part of ComputerCraft
API turtle

Examples

Grid paper.png  Example
Drops all items in the first available slot, or if [count] is specified, drops that many items.
Code
turtle.drop()