Lump 9 - Occlusion

This lump contains a single doccluder_t, regrouping multiple doccluderdata_t and doccluderpolydata_t

struct valvebsp.structs.lump_9.doccluder_t
count(int)<parsed from long>
data(doccluderdata_t[])
polyDataCount(int)<parsed from long>
polyData(doccluderpolydata_t[])
vertexIndexCount(int)<parsed from long>
vertexIndices(int[])<parsed from long>
struct valvebsp.structs.lump_9.doccluderpolydata_t
firstVertexIndex(int)<parsed from long>
vertexCount(int)<parsed from long>
planeNum(int)<parsed from long>
struct valvebsp.structs.lump_9.doccluderdata_t
flags(int)<parsed from long>
Represents a flags Enum
0x1OCCLUDER_FLAGS_INACTIVE
firstPoly(int)<parsed from long>
polyCount(int)<parsed from long>
mins(Vector)
maxs(Vector)
area(int)<parsed from long>