![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Search paths for files (including packages) More...
Data Fields | |
char | filename [MAX_OSPATH] |
struct searchpath_s * | next |
pack_t * | pack |
char searchpath_t::filename[MAX_OSPATH] |
Definition at line 402 of file fs.c.
Referenced by FS_AddGameDirectory(), FS_AddPack(), FS_AddPack_Fullpath(), FS_FileType(), FS_FindFile(), FS_IsRegisteredQuakePack(), FS_OpenReadFile(), FS_Path_f(), FS_Search(), and FS_Which_f().
struct searchpath_s* searchpath_t::next |
Definition at line 404 of file fs.c.
Referenced by FS_AddGameDirectory(), FS_AddPack_Fullpath(), FS_AddSelfPack(), FS_ClearSearchPath(), FS_FindFile(), FS_IsRegisteredQuakePack(), FS_Path_f(), FS_Search(), and FS_UnloadPacks_dlcache().
pack_t* searchpath_t::pack |
Definition at line 403 of file fs.c.
Referenced by FS_AddPack(), FS_AddPack_Fullpath(), FS_AddSelfPack(), FS_ClearSearchPath(), FS_FileType(), FS_FindFile(), FS_IsRegisteredQuakePack(), FS_OpenReadFile(), FS_Path_f(), FS_Search(), FS_UnloadPacks_dlcache(), FS_Which_f(), and FS_WhichPack().