リファレンス URL:view_visible[0…7]
「ブーリアン (Boolean) 」として値取得/値を設定。 0 〜 7 の Views の内、どれを表示するか・非表示にするかの設定。 view_visible[0...7]=(true || false); このブール型は 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