Difference between revisions of "CommandBlock.setCommand"
From ComputerCraft Wiki
MKlegoman357 (Talk | contribs) (Added commandBlock.setCommand) |
MKlegoman357 (Talk | contribs) (Peripheral names in functions are now italic) |
||
| Line 1: | Line 1: | ||
{{Function | {{Function | ||
| − | |name=commandBlock.setCommand | + | |name=''commandBlock''.setCommand |
|args={{type|string}} command | |args={{type|string}} command | ||
|api=Command Block | |api=Command Block | ||
Revision as of 13:44, 9 April 2014
| Sets the command in the Command Block. This does not run it. | |
| Syntax | commandBlock.setCommand(string command) |
| Returns | nil |
| Part of | ComputerCraft |
| API | Command Block |
Examples
| Sets the command in the Command Block on the left side of the computer to time set 0. | |
| Code |
local commandBlock = peripheral.wrap("left") |