grandMA3 ユーザマニュアル » コマンド構文とキーワード » 一般キーワード » SetGlobalVariable | Version 2.0 |
SetGlobalVariable キーワードをコマンドラインに入力するには、以下のいずれかを行ってください。
SetGlobalVariable キーワードは、ショーのグローバル変数を設定するために用いられます。また、他のオブジェクトのプロパティ値を変数値として使用することもできます。
SetGlobalVariable ["変数名"] [数値]
SetGlobalVariable ["変数名"] ["テキスト"]
SetGlobalVariable ["変数名"] At [オブジェクト] ["オブジェクト名" または オブジェクト番号 ] Property ["プロパティ名"] (/Look)
User name[Fixture]>SetGlobalVariable "Urban Blues" "3" |
User name[Fixture]>SetGlobalVariable "Hook" At Cue 2 Property "CueFade" |
User name[Fixture]>SetGlobalVariable "PositionX" At Fixture 1 Property "PosX" |
User name[Fixture]>SetGlobalVariable myShow At Root "MANetSocket" Property "ShowFile" |