Difference between revisions of "Redstone.getAnalogOutput"
From ComputerCraft Wiki
Smiley43210 (Talk | contribs) (Created function page with example) |
(Changing int to number) |
||
Line 3: | Line 3: | ||
|name=redstone.getAnalogOutput | |name=redstone.getAnalogOutput | ||
|args={{type|string}} side | |args={{type|string}} side | ||
− | |returns={{type| | + | |returns={{type|number}} strength |
|desc=Returns what was set with [[redstone.setAnalogOutput]](). | |desc=Returns what was set with [[redstone.setAnalogOutput]](). | ||
|api=redstone | |api=redstone |
Latest revision as of 13:35, 18 July 2013
Function redstone.getAnalogOutput | |
Returns what was set with redstone.setAnalogOutput(). | |
Syntax | redstone.getAnalogOutput(string side) |
Returns | number strength |
Part of | ComputerCraft |
API | redstone |