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