ARCed.Editor.OpenScript C# (CSharp) Метод

OpenScript() публичный статический Метод

Creates a script editor panel and puts it in the opened script list
public static OpenScript ( Script script, bool show = false ) : ScriptEditorForm
script Script The script to open
show bool Flag to display the script window
Результат ScriptEditorForm
        public static ScriptEditorForm OpenScript(Script script, bool show = false)
        {
            return OpenScript(script.Filename, show);
        }

Same methods

Editor::OpenScript ( string file, bool show = false ) : ScriptEditorForm