Difference between revisions of "Turtle.placeDown"
From ComputerCraft Wiki
(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...") |
m |
||
Line 9: | Line 9: | ||
{{Example | {{Example | ||
|desc=Places a Block of the selected Slot below | |desc=Places a Block of the selected Slot below | ||
− | |code= | + | |code=turtle.placeDown() |
}} | }} | ||
}} | }} |
Revision as of 21:12, 15 March 2012
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 |
turtle.placeDown() |