GetAttributeCount 関数は、ショーにある Attribute Definitions の総数を返します。
この関数は、引数を受け取りません。
返された数値を Command Line History に出力します。
return function() Printf("Attribute count is %i", GetAttributeCount())end