redstone.getOutput
From ComputerCraft Wiki
Revision as of 23:56, 5 May 2013 by Smiley43210 (Talk | contribs) (Changed to use type template, does NOT return int, returns boolean, corrected example, cleared up description)
Function redstone.getOutput | |
Returns what was set with redstone.setOutput(). | |
Syntax | redstone.getOutput(string side) |
Returns | boolean |
Part of | ComputerCraft |
API | redstone |