1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-25 13:49:46 +00:00
CC-Tweaked/doc/stub/redstone.lua

15 lines
487 B
Lua
Raw Normal View History

function getSides() end
function setOutput(side, on) end
function getOutput(side) end
function getInput(side) end
function setBundledOutput(side, output) end
function getBundledOutput(side) end
function getBundledInput(side) end
function testBundledInput(side, mask) end
function setAnalogOutput(side, value) end
setAnalogueOutput = setAnalogOutput
function getAnalogOutput(sid) end
getAnalogueOutput = getAnalogOutput
function getAnalogInput(side) end
getAnalogueInput = getAnalogInput