Difference between revisions of "Turtle.place"

From ComputerCraft Wiki
Jump to: navigation, search
m
m
Line 5: Line 5:
 
|api=turtle
 
|api=turtle
 
|addon=ComputerCraft
 
|addon=ComputerCraft
|desc=Place the selected block infront of the Turtle.
+
|desc=Places the selected block infront of the Turtle.
 
|examples=
 
|examples=
 
{{Example
 
{{Example

Revision as of 21:06, 15 March 2012


Grid Redstone.png  Function turtle.place
Places 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())