リファレンス URL:view_visible[0…7]

「ブーリアン (Boolean) 」として値取得/値を設定。

0 〜 7 の Views の内、どれを表示するか・非表示にするかの設定。
view_visible[0...7]=(true || false);

GM_Studio_14_room_properties_views_settings_which_views_use

このブール型は view のインデックスを指定することで、viwes の表示・非表示を切り替えることができる。

This variable can be used to find out if a particular view is currently visible or not. You can also set this variable to effectively turn "on" or "off" a view by setting the value to true (visible) or false (invisible).

スクリプト・サンプル
if !view_visible[0] { view_visible[0] = true; };
Variables (Global) /view_visible

Leave a Reply

Your email address will not be published. Required fields are marked *