turtle.placeUp

From ComputerCraft Wiki
Revision as of 21:12, 15 March 2012 by SgtBurned (Talk | contribs)

Jump to: navigation, search


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()