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...")
Function turtle.drop | |
Drops everything of the selected Slot or the specified amount. | |
Syntax | turtle.drop() |
Returns | nil |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Drops everything of the selected Slot or the specified amount. | |
Code |
turtle.drop() |