turtle.placeUp
From ComputerCraft Wiki
Revision as of 21:05, 15 March 2012 by SgtBurned (Talk | contribs) (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...")
Function turtle.placeUp | |
Places a Block of the selected Slot above | |
Syntax | turtle.placeUp() |
Returns | nil |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Places a Block of the selected Slot above | |
Code |
print(turtle.placeUp()) |