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 Linedef
s in the blockmap entry.
Return value
Array
of Linedef
s
Version: 5
getSectors()
Gets all Sector
s in the blockmap entry.
Return value
Array
of Sector
s
Version: 5
getThings()
Gets all Thing
s in the blockmap entry.
Return value
Array
of Thing
s
Version: 5
getVertices()
Gets all Vertex
in the blockmap entry.
Return value
Array
of Vertex