redstone.setOutput
From ComputerCraft Wiki
Revision as of 17:14, 24 August 2012 by 80.101.32.214 (Talk)
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, back, bottom, top