| grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » GetSelectedAttribute() | Version 2.2 |
GetSelectedAttribute 関数は、現在選択されているアトリビュートへのハンドルを返します。
この関数は、引数を受け取りません。
ハンドルに関連するデータを、Dump() 関数で出力します。
Lua |
return function() -- This example dumps all information about the currently selected attribute Printf("=============== START OF DUMP ===============") GetSelectedAttribute():Dump() Printf("================ END OF DUMP ================") end |