Difference between revisions of "Redstone.getOutput"
From ComputerCraft Wiki
m (Added lowercase template; should be properly formatted with the function template) |
|||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | + | {{Function | |
− | == | + | |name=redstone.getOutput |
− | redstone.setOutput | + | |args=[[string]] side |
− | + | |returns=[[int (type)|int]] | |
− | + | |api=redstone | |
+ | |desc=Returns what was set with [[redstone.setOutput]]. | ||
+ | }} |
Revision as of 08:07, 30 May 2012
Function redstone.getOutput | |
Returns what was set with redstone.setOutput. | |
Syntax | redstone.getOutput(string side) |
Returns | int |
Part of | ComputerCraft |
API | redstone |