turtle.placeUp

From ComputerCraft Wiki
Revision as of 18:02, 22 April 2015 by MisterSanderson (Talk | contribs) (Adding "see also" and making description clearer.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function turtle.placeUp
Places above a Block of the selected Slot. See function turtle.select for information on selecting a slot for placement.
Syntax turtle.placeUp()
Returns boolean whether the turtle succeeded in placing the block. False if selected slot is empty, or if there is already a block above.
Part of ComputerCraft
API turtle

Examples

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


See also