redstone.setOutput
From ComputerCraft Wiki
| 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