Difference between revisions of "Redstone.setOutput"
From ComputerCraft Wiki
(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...") |
|||
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 | ||
}} | }} |
Revision as of 17:14, 24 August 2012
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