redstone
This type is used to represent a single side of a device that can input/output redstone signals.
Drivers that use this type
root_redstone: Implements for the main computer through the CCredstoneAPI.
Properties
input: number|nil {get}: The current redstone level being input from 1-15, ornilif there is noneoutput: number|nil {get set}: The current redstone level being output from 1-15, ornilif there is nonebundledInput: number|nil {get}: The current bundled redstone signal being input, as a 16-bit bitmask (nilif unavailable)bundledOutput: number|nil {get set}: The current redstone level being output, as a 16-bit bitmask (nilif unavailable)