![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
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 |
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().
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().
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().
unsigned short pk3_endOfCentralDir_t::comment_size |
Definition at line 346 of file fs.c.
Referenced by PK3_GetEndOfCentralDir().
unsigned short pk3_endOfCentralDir_t::disknum |
Definition at line 340 of file fs.c.
Referenced by FS_LoadPackPK3FromFD(), and PK3_GetEndOfCentralDir().
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().
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().
fs_offset_t pk3_endOfCentralDir_t::prepended_garbage |
Definition at line 347 of file fs.c.
Referenced by PK3_BuildFileList(), and PK3_GetEndOfCentralDir().
unsigned int pk3_endOfCentralDir_t::signature |
Definition at line 339 of file fs.c.
Referenced by PK3_GetEndOfCentralDir().