redstone.getAnalogOutput
From ComputerCraft Wiki
Revision as of 23:53, 5 May 2013 by Smiley43210 (Talk | contribs) (Created function page with example)
Function redstone.getAnalogOutput | |
Returns what was set with redstone.setAnalogOutput(). | |
Syntax | redstone.getAnalogOutput(string side) |
Returns | int strength |
Part of | ComputerCraft |
API | redstone |