UFO: Alien Invasion
Loading...
Searching...
No Matches
searchpath_t Struct Reference

#include <filesys.h>

Collaboration diagram for searchpath_t:
Collaboration graph

Data Fields

char filename [MAX_OSPATH]
pack_tpack
bool write
struct searchpath_s * next

Detailed Description

Definition at line 101 of file filesys.h.

Field Documentation

◆ filename

char searchpath_t::filename[MAX_OSPATH]

Definition at line 102 of file filesys.h.

Referenced by FS_AddGameDirectory().

◆ next

struct searchpath_s* searchpath_t::next

Definition at line 106 of file filesys.h.

Referenced by FS_AddGameDirectory(), and FS_Shutdown().

◆ pack

pack_t* searchpath_t::pack

only one of filename / pack will be used

Definition at line 103 of file filesys.h.

Referenced by FS_AddGameDirectory().

◆ write

bool searchpath_t::write

this is the path for writing configs and savegames - may only be once set to true in the whole list

Definition at line 104 of file filesys.h.

Referenced by FS_AddGameDirectory().


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