Skip to content

Map

Type

Map

Contains information and structures representing a Doom map.

Properties

Property Type Description
name string The name of the map (eg. MAP01)
udmfNamespace string The UDMF namespace of the map. Will be blank if not in UDMF format
vertices MapVertex[] An array of all vertices in the map
linedefs MapLine[] An array of all lines in the map
sidedefs MapSide[] An array of all sides in the map
sectors MapSector[] An array of all sectors in the map
things MapThing[] An array of all things in the map

Constructors

No Constructors

This type can not be created directly in scripts.

See: