Difference between revisions of "Turtle.place"
From ComputerCraft Wiki
m |
|||
Line 9: | Line 9: | ||
{{Example | {{Example | ||
|desc=Places the selected block infront of the Turtle. | |desc=Places the selected block infront of the Turtle. | ||
− | |code= | + | |code=turtle.place() |
}} | }} | ||
}} | }} |
Revision as of 21:12, 15 March 2012
![]() | |
Places the selected block infront of the Turtle. | |
Syntax | turtle.place() |
Returns | nil |
Part of | ComputerCraft |
API | turtle |
Examples
![]() | |
Places the selected block infront of the Turtle. | |
Code |
turtle.place() |