| grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » Root() | Version 2.2 |
Root 関数は、ルート位置にあるオブジェクトへのハンドルを返します。
この関数は、引数を受け取りません。
Root オブジェクトの情報を、Dump() 関数を用いて Command Line History に出力します。
Lua |
return function() -- The following prints the dump for the root object Printf("=============== START OF DUMP ===============") Root():Dump() Printf("================ END OF DUMP ================") end |