Difference between revisions of "Redstone.setOutput"
From ComputerCraft Wiki
(back ^^) |
m (Moved to CAT:LuaCoreFunctions) |
||
Line 16: | Line 16: | ||
* List of possible sides: left, right, front, back, bottom, top | * List of possible sides: left, right, front, back, bottom, top | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:53, 28 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