turtle.placeDown
From ComputerCraft Wiki
Revision as of 18:03, 22 April 2015 by MisterSanderson (Talk | contribs) (Adding "see also" and making description clearer.)
Function turtle.placeDown | |
Places below a Block of the selected Slot. | |
Syntax | turtle.placeDown() |
Returns | boolean whether the turtle succeeded in placing the block. False if selected slot is empty, or if there is already a block below. |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Places a Block of the selected Slot below | |
Code |
turtle.placeDown() |