redstone.getBundledOutput
From ComputerCraft Wiki
Function redstone.getBundledOutput | |
No description provided. | |
Syntax | redstone.getBundledOutput(string side) |
Returns | number the value of the colors that are activated on that side |
Part of | ComputerCraft |
API | redstone |
Examples
Example | |
Prints the value of the active colors on the back | |
Code |
print(redstone.getBundledOutput ("back")) |
Output | the value of the colors, for example 1 if only white is active. |