Difference between revisions of "Turtle.placeDown"

From ComputerCraft Wiki
Jump to: navigation, search
(returns bool)
m (Moved to CAT:LuaCoreFunctions)
Line 13: Line 13:
 
}}
 
}}
 
}}
 
}}
 +
 +
[[Category:Lua_Core_Functions]]

Revision as of 18:57, 28 November 2012


Grid Redstone.png  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

Grid paper.png  Example
Places a Block of the selected Slot below
Code
turtle.placeDown()