BlockEntry

A BlockEntry is a single block in a BlockMap. It has methods to retrieve the linedefs, things, sectors, and vertices that are in this block.

Methods


Version: 5

getLinedefs()

Gets all Linedefs in the blockmap entry.

Return value

Array of Linedefs


Version: 5

getSectors()

Gets all Sectors in the blockmap entry.

Return value

Array of Sectors


Version: 5

getThings()

Gets all Things in the blockmap entry.

Return value

Array of Things


Version: 5

getVertices()

Gets all Vertex in the blockmap entry.

Return value

Array of Vertex