Difference between revisions of "Redstone.setOutput"
From ComputerCraft Wiki
m (Moved to CAT:LuaCoreFunctions) |
m (Corrected mapping from "Boolean" to "Boolean (type)") |
||
Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=redstone.setOutput | |name=redstone.setOutput | ||
− | |args=[[string]] side, [[boolean]] state | + | |args=[[string]] side, [[boolean_(type)|boolean]] state |
|api=redstone | |api=redstone | ||
|examples= | |examples= |
Revision as of 13:45, 30 November 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, front, back, bottom, top