Difference between revisions of "Redstone.setOutput"
From ComputerCraft Wiki
(back ^^) |
|||
| Line 14: | Line 14: | ||
|notes= | |notes= | ||
* This function will throw an error if you give it an invalid side. | * This function will throw an error if you give it an invalid side. | ||
| − | * List of possible sides: left, right, back, bottom, top | + | * List of possible sides: left, right, front, back, bottom, top |
}} | }} | ||
Revision as of 01:10, 25 August 2012
| No description provided. | |
| Syntax | redstone.setOutput(string side, boolean state) |
| Returns | nil |
| Part of | ComputerCraft |
| API | redstone |
Examples
Additional Notes
- This function will throw an error if you give it an invalid side.
- List of possible sides: left, right, front, back, bottom, top