Difference between revisions of "Redstone.getOutput"
From ComputerCraft Wiki
m (Moved to CAT:LuaCoreFunctions) |
|||
Line 12: | Line 12: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:53, 28 November 2012
Function redstone.getOutput | |
Returns what was set with redstone.setOutput. | |
Syntax | redstone.getOutput(string side) |
Returns | int |
Part of | ComputerCraft |
API | redstone |