s&box docs

public class Editor.ProjectList

Constructors

Showing 1 constructors

Methods

Showing 5 methods

public System.Collections.Generic.IEnumerable`1<Sandbox.Project> GetAll()

public void Refresh()

public bool Remove(Sandbox.Project item)

Remove an item from the list. This doesn't save the changes.

public void SaveList()

public Sandbox.Project TryAddFromFile(string path)

Tries to add a project from a file. Returns true if it was added, or already existed. Project list is saved if it was added.

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.ProjectList

On this page