DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
pk3_endOfCentralDir_t Struct Reference
+ Collaboration diagram for pk3_endOfCentralDir_t:

Data Fields

unsigned short cdir_disknum
 number of the disk with the start of the central directory
 
unsigned int cdir_offset
 with respect to the starting disk number
 
unsigned int cdir_size
 size of the central directory
 
unsigned short comment_size
 
unsigned short disknum
 
unsigned short localentries
 number of entries in the central directory on this disk
 
unsigned short nbentries
 total number of entries in the central directory on this disk
 
fs_offset_t prepended_garbage
 
unsigned int signature
 

Detailed Description

Definition at line 337 of file fs.c.

Field Documentation

◆ cdir_disknum

unsigned short pk3_endOfCentralDir_t::cdir_disknum

number of the disk with the start of the central directory

Definition at line 341 of file fs.c.

Referenced by FS_LoadPackPK3FromFD(), and PK3_GetEndOfCentralDir().

◆ cdir_offset

unsigned int pk3_endOfCentralDir_t::cdir_offset

with respect to the starting disk number

Definition at line 345 of file fs.c.

Referenced by PK3_BuildFileList(), and PK3_GetEndOfCentralDir().

◆ cdir_size

unsigned int pk3_endOfCentralDir_t::cdir_size

size of the central directory

Definition at line 344 of file fs.c.

Referenced by PK3_BuildFileList(), and PK3_GetEndOfCentralDir().

◆ comment_size

unsigned short pk3_endOfCentralDir_t::comment_size

Definition at line 346 of file fs.c.

Referenced by PK3_GetEndOfCentralDir().

◆ disknum

unsigned short pk3_endOfCentralDir_t::disknum

Definition at line 340 of file fs.c.

Referenced by FS_LoadPackPK3FromFD(), and PK3_GetEndOfCentralDir().

◆ localentries

unsigned short pk3_endOfCentralDir_t::localentries

number of entries in the central directory on this disk

Definition at line 342 of file fs.c.

Referenced by PK3_GetEndOfCentralDir().

◆ nbentries

unsigned short pk3_endOfCentralDir_t::nbentries

total number of entries in the central directory on this disk

Definition at line 343 of file fs.c.

Referenced by FS_LoadPackPK3FromFD(), PK3_BuildFileList(), and PK3_GetEndOfCentralDir().

◆ prepended_garbage

fs_offset_t pk3_endOfCentralDir_t::prepended_garbage

Definition at line 347 of file fs.c.

Referenced by PK3_BuildFileList(), and PK3_GetEndOfCentralDir().

◆ signature

unsigned int pk3_endOfCentralDir_t::signature

Definition at line 339 of file fs.c.

Referenced by PK3_GetEndOfCentralDir().


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