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