API ReferenceEditor.MapDoc

MapDocumentclass

Represents an open map document. A document has a tree of `Editor.MapDoc.MapNode` that represent the world.

objectMapDocument
Namespace
Editor.MapDoc
Assembly
Sandbox.Tools
Declaration
public class Editor.MapDoc.MapDocument

Methods1

Showing 1 methods

public void DeleteNode(Editor.MapDoc.MapNode node)PUBLIC

Removes the node from the world, deletes all children too.

ParameterTypeDescription
nodeMapNode
Returns:void

Properties2

Showing 2 properties

public string Editor.MapDoc.MapDocument.PathName { get; set; }PUBLICGETSET

The map file name

Returns:string

On this page