turtle.place

From ComputerCraft Wiki
Revision as of 19:23, 7 August 2012 by 178.26.155.149 (Talk)

Jump to: navigation, search


Grid Redstone.png  Function turtle.place
Places the selected block infront of the Turtle. Add [signText] to sign if given.
Syntax turtle.place()
Returns nil
Part of ComputerCraft
API turtle

Examples

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