Api Editor MapDoc MapDocument
class

MapDocument

public class MapDocument

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

Properties

Name Type Description
PathName String The map file name
World MapWorld The world

Methods

Void DeleteNode(MapNode node)

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

Assembly: Sandbox.Tools Namespace: Editor.MapDoc Full Name: Editor.MapDoc.MapDocument