Difference between revisions of "Turtle.placeDown"

From ComputerCraft Wiki
Jump to: navigation, search
(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=print(turtle.placeDown())
+
|code=turtle.placeDown()
 
}}
 
}}
 
}}
 
}}

Revision as of 21:12, 15 March 2012


Grid Redstone.png  Function turtle.placeDown
Places a Block of the selected Slot below
Syntax turtle.placeDown()
Returns nil
Part of ComputerCraft
API turtle

Examples

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