turtle.place
From ComputerCraft Wiki
Revision as of 17:18, 4 December 2012 by AfterLifeLochie (Talk | contribs) (Reverted edits by 93.174.93.145 (talk) to last revision by AfterLifeLochie)
Function turtle.place | |
Places the selected block in front of the Turtle. Add [signText] to sign if given. | |
Syntax | turtle.place() |
Returns | boolean whether the turtle succeeded in placing the block. False if selected slot is empty, or if there is already a block in front. |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Places the selected block in front of the Turtle. | |
Code |
turtle.place() |