turtle.place
From ComputerCraft Wiki
| Places the selected block in front of the Turtle. If you're placing a sign and signText is given, then the turtle places the sign putting the text of signText into it. Each line of the sign can be separated using newline ("\n") character. | |
| Syntax | turtle.place([string signText]) |
| Returns | boolean was the block placed? |
| Part of | ComputerCraft |
| API | turtle |
Examples
| Places the selected block in front of the Turtle. | |
| Code |
turtle.place() |