BSPParser
Simple and modern library for parsing the Valve BSP format
Loading...
Searching...
No Matches
Public Attributes | List of all members
BspParser::Structs::Header Struct Reference

Public Attributes

int32_t identifier
 
int32_t version
 
std::array< Lump, HEADER_LUMPS > lumps
 
int32_t mapRevision
 

Member Data Documentation

◆ identifier

int32_t BspParser::Structs::Header::identifier

BSP file identifier (should always equal "VBSP")

◆ lumps

std::array<Lump, HEADER_LUMPS> BspParser::Structs::Header::lumps

Lump directory

◆ mapRevision

int32_t BspParser::Structs::Header::mapRevision

Map version number

◆ version

int32_t BspParser::Structs::Header::version

Version of the BSP file (19-21)


The documentation for this struct was generated from the following file: