Skip to content

Latest commit

 

History

History
276 lines (164 loc) · 6.6 KB

File metadata and controls

276 lines (164 loc) · 6.6 KB

src/doomdata.ml

Home · Files

Defines on-disk WAD map record layouts and lump-order constants used while decoding Doom levels.

Package: (global)

Reachable from entry: yes

Imports

Declarations

ML_BLOCKING

const ML_BLOCKING = 1

Defines ml blocking for the doomdata subsystem.

View source

ML_BLOCKMAP

const ML_BLOCKMAP = 10

Defines ml blockmap for the doomdata subsystem.

View source

ML_BLOCKMONSTERS

const ML_BLOCKMONSTERS = 2

Defines ml blockmonsters for the doomdata subsystem.

View source

ML_DONTDRAW

const ML_DONTDRAW = 128

Defines ml dontdraw for the doomdata subsystem.

View source

ML_DONTPEGBOTTOM

const ML_DONTPEGBOTTOM = 16

Defines ml dontpegbottom for the doomdata subsystem.

View source

ML_DONTPEGTOP

const ML_DONTPEGTOP = 8

Defines ml dontpegtop for the doomdata subsystem.

View source

ML_LABEL

const ML_LABEL = 0

Defines ml label for the doomdata subsystem.

View source

ML_LINEDEFS

const ML_LINEDEFS = 2

Defines ml linedefs for the doomdata subsystem.

View source

ML_MAPPED

const ML_MAPPED = 256

Defines ml mapped for the doomdata subsystem.

View source

ML_NODES

const ML_NODES = 7

Defines ml nodes for the doomdata subsystem.

View source

ML_REJECT

const ML_REJECT = 9

Defines ml reject for the doomdata subsystem.

View source

ML_SECRET

const ML_SECRET = 32

Defines ml secret for the doomdata subsystem.

View source

ML_SECTORS

const ML_SECTORS = 8

Defines ml sectors for the doomdata subsystem.

View source

ML_SEGS

const ML_SEGS = 5

Defines ml segs for the doomdata subsystem.

View source

ML_SIDEDEFS

const ML_SIDEDEFS = 3

Defines ml sidedefs for the doomdata subsystem.

View source

ML_SOUNDBLOCK

const ML_SOUNDBLOCK = 64

Defines ml soundblock for the doomdata subsystem.

View source

ML_SSECTORS

const ML_SSECTORS = 6

Defines ml ssectors for the doomdata subsystem.

View source

ML_THINGS

const ML_THINGS = 1

Defines ml things for the doomdata subsystem.

View source

ML_TWOSIDED

const ML_TWOSIDED = 4

Defines ml twosided for the doomdata subsystem.

View source

ML_VERTEXES

const ML_VERTEXES = 4

Defines ml vertexes for the doomdata subsystem.

View source

NF_SUBSECTOR

const NF_SUBSECTOR = 32768

Defines nf subsector for the doomdata subsystem.

View source