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