| grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » HostType() | Version 2.2 |
HostType 関数は、プラグインが実行されるデバイスのホストタイプを返します(例: "Console"、"onPC")。
この関数は、引数を受け取りません。
デバイスのホストタイプを Command Line History に出力します。
Lua |
return function() Printf("The HostType is "..HostType()) end |