ComputerCraft非公式JapanWiki - API:Redstone
API
メソッド名戻り値 1概要
rs.getSides()Table 利用可能の方向
rs.getInput( 方向 )Boolean 結果引数のレッドストーン入力を返します 引数は上の戻り値のどれかです
rs.setOutput( 方向,出力 )-
rs.getOutput( 方向 )Boolean 結果
rs.getAnalogInput( 方向 )Number 強さ
rs.setAnalogOutput( 方向,強さ )-
rs.getAnalogOutput( 方向 )Number 強さ
RedPowor・Minefactory専用
メソッド名戻り値 1概要
rs.getBundledInput( 方向 )Number 色
rs.setBundledOutput( 方向,色 )-
rs.getBundledOutput( 方向 )Number 色
rs.testBundledInput( 方向,色 )-