turtle.placeDown
From ComputerCraft Wiki
Revision as of 13:45, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Corrected mapping from "Boolean" to "Boolean (type)")
Function turtle.placeDown | |
Places a Block of the selected Slot below | |
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() |