Defines on-disk WAD map record layouts and lump-order constants used while decoding Doom levels.
Package: (global)
Reachable from entry: yes
doomdef.ml→ src/doomdef.mldoomtype.ml→ src/doomtype.ml
- maplinedef_t — struct
- mapnode_t — struct
- mapsector_t — struct
- mapseg_t — struct
- mapsidedef_t — struct
- mapsubsector_t — struct
- mapthing_t — struct
- mapvertex_t — struct
const ML_BLOCKING = 1Defines ml blocking for the doomdata subsystem.
const ML_BLOCKMAP = 10Defines ml blockmap for the doomdata subsystem.
const ML_BLOCKMONSTERS = 2Defines ml blockmonsters for the doomdata subsystem.
const ML_DONTDRAW = 128Defines ml dontdraw for the doomdata subsystem.
const ML_DONTPEGBOTTOM = 16Defines ml dontpegbottom for the doomdata subsystem.
const ML_DONTPEGTOP = 8Defines ml dontpegtop for the doomdata subsystem.
const ML_LABEL = 0Defines ml label for the doomdata subsystem.
const ML_LINEDEFS = 2Defines ml linedefs for the doomdata subsystem.
const ML_MAPPED = 256Defines ml mapped for the doomdata subsystem.
const ML_NODES = 7Defines ml nodes for the doomdata subsystem.
const ML_REJECT = 9Defines ml reject for the doomdata subsystem.
const ML_SECRET = 32Defines ml secret for the doomdata subsystem.
const ML_SECTORS = 8Defines ml sectors for the doomdata subsystem.
const ML_SEGS = 5Defines ml segs for the doomdata subsystem.
const ML_SIDEDEFS = 3Defines ml sidedefs for the doomdata subsystem.
const ML_SOUNDBLOCK = 64Defines ml soundblock for the doomdata subsystem.
const ML_SSECTORS = 6Defines ml ssectors for the doomdata subsystem.
const ML_THINGS = 1Defines ml things for the doomdata subsystem.
const ML_TWOSIDED = 4Defines ml twosided for the doomdata subsystem.
const ML_VERTEXES = 4Defines ml vertexes for the doomdata subsystem.
const NF_SUBSECTOR = 32768Defines nf subsector for the doomdata subsystem.