turtle.place

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

Jump to: navigation, search


Grid Redstone.png  Function turtle.place
Place the selected block infront of the Turtle.
Syntax turtle.place()
Returns nil
Part of ComputerCraft
API turtle

Examples

Grid paper.png  Example
Places the selected block infront of the Turtle.
Code
print(turtle.place())