Difference between revisions of "Turtle.placeUp"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with " {{lowercase}} {{Function |name=turtle.placeUp |args= |api=turtle |addon=ComputerCraft |desc=Places a Block of the selected Slot above |examples= {{Example |desc=Places a Bloc...")
 
Line 10: Line 10:
 
{{Example
 
{{Example
 
|desc=Places a Block of the selected Slot above
 
|desc=Places a Block of the selected Slot above
|code=print(turtle.placeUp())
+
|code=turtle.placeUp()
 
}}
 
}}
 
}}
 
}}

Revision as of 21:12, 15 March 2012


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

Examples

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