ARCed.Scripting.ScriptManager.Save C# (CSharp) Метод

Save() публичный Метод

Saves the script at the given index
public Save ( int index ) : bool
index int The index of the script
Результат bool
        public bool Save(int index)
        {
            return this.Scripts[index].Save();
        }