ARCed.Scripting.Script.Script C# (CSharp) Method

Script() public method

Default constructor
public Script ( ) : System
return System
        public Script()
        {
            this._index = 0;
            this._title = "";
            this._text = "";
            this.NeedSaved = true;
        }

Same methods

Script::Script ( string filename ) : System