| grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » GetAttributeCount() | Version 2.2 |
GetAttributeCount 関数は、ショーにある Attribute Definitions の総数を返します。
この関数は、引数を受け取りません。
返された数値を Command Line History に出力します。
Lua |
return function() Printf("Attribute count is %i", GetAttributeCount()) end |