redstone.setOutput
From ComputerCraft Wiki
Revision as of 03:26, 26 February 2012 by Immibis (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=redstone.setOutput |args=string side, boolean state |api=redstone |examples= {{Example |desc=Makes the computer output a redstone signal...")
| 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.