redstone.getOutput
From ComputerCraft Wiki
Revision as of 18:53, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:LuaCoreFunctions)
Function redstone.getOutput | |
Returns what was set with redstone.setOutput. | |
Syntax | redstone.getOutput(string side) |
Returns | int |
Part of | ComputerCraft |
API | redstone |