Difference between revisions of "Redstone.getBundledInput"
From ComputerCraft Wiki
Line 11: | Line 11: | ||
|code=print(colors.test(redstone.getBundledInput("back"), colors.blue)) | |code=print(colors.test(redstone.getBundledInput("back"), colors.blue)) | ||
|output=true if the blue part of the back input is active, otherwise false | |output=true if the blue part of the back input is active, otherwise false | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
}} | }} |
Revision as of 13:53, 13 May 2012
Function redstone.getBundledInput | |
No description provided. | |
Syntax | redstone.getBundledInput(string side) |
Returns | colors the colours that are activated on that side |
Part of | ComputerCraft |
API | redstone |
Examples