turtle.placeDown
From ComputerCraft Wiki
Revision as of 21:06, 15 March 2012 by SgtBurned (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=turtle.placeDown |args= |api=turtle |addon=ComputerCraft |desc=Places a Block of the selected Slot below |examples= {{Example |desc=Places a Bl...")
Function turtle.placeDown | |
Places a Block of the selected Slot below | |
Syntax | turtle.placeDown() |
Returns | nil |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Places a Block of the selected Slot below | |
Code |
print(turtle.placeDown()) |