GetRTChannelCount 関数は、RTチャンネルの総数を返します。
この関数は、引数を受け取りません。
RTチャンネルの総数を Command Line History に出力します。
return function() Printf("The number of RT channels is " .. GetRTChannelCount())end