mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-05 23:10:30 +00:00
15 lines
488 B
Lua
15 lines
488 B
Lua
|
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 = getAnaloguInput
|