turtle.drop

From ComputerCraft Wiki
Revision as of 21:15, 15 March 2012 by SgtBurned (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=turtle.drop |args= |api=turtle |addon=ComputerCraft |desc=Drops everything of the selected Slot or the specified amount. |examples= {{Example |d...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function turtle.drop
Drops everything of the selected Slot or the specified amount.
Syntax turtle.drop()
Returns nil
Part of ComputerCraft
API turtle

Examples

Grid paper.png  Example
Drops everything of the selected Slot or the specified amount.
Code
turtle.drop()