UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
searchpath_s Struct Reference

#include <filesys.h>

Data Fields

char filename [MAX_OSPATH]
 
pack_tpack
 
bool write
 
struct searchpath_snext
 

Detailed Description

Definition at line 101 of file filesys.h.

Field Documentation

char searchpath_s::filename[MAX_OSPATH]

Definition at line 102 of file filesys.h.

Referenced by FS_AddGameDirectory().

struct searchpath_s* searchpath_s::next
pack_t* searchpath_s::pack

only one of filename / pack will be used

Definition at line 103 of file filesys.h.

Referenced by FS_AddGameDirectory().

bool searchpath_s::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: