Difference between revisions of "Turtle.place"
From ComputerCraft Wiki
| Line 5: | Line 5: | ||
|api=turtle | |api=turtle | ||
|addon=ComputerCraft | |addon=ComputerCraft | ||
| − | |desc=Places the selected block infront of the Turtle. | + | |desc=Places the selected block infront of the Turtle. Add [signText] to sign if given. |
|examples= | |examples= | ||
{{Example | {{Example | ||
Revision as of 19:23, 7 August 2012
| 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
| Places the selected block infront of the Turtle. | |
| Code |
turtle.place() |