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

#include <filesys.h>

Collaboration diagram for qFILE:
Collaboration graph

Public Member Functions

FILEgetFile () const

Data Fields

voidz
FILEf
char name [MAX_OSPATH]
unsigned long filepos
unsigned long size

Detailed Description

Definition at line 54 of file filesys.h.

Member Function Documentation

◆ getFile()

FILE * qFILE::getFile ( ) const
inline

Definition at line 61 of file filesys.h.

References f, and FILE.

Field Documentation

◆ f

FILE* qFILE::f

in case the file being part of a pak or the actual file

Definition at line 56 of file filesys.h.

Referenced by AddLump(), FS_LoadPackFile(), FS_OpenFile(), and getFile().

◆ filepos

unsigned long qFILE::filepos

Definition at line 58 of file filesys.h.

Referenced by FS_OpenFile().

◆ name

char qFILE::name[MAX_OSPATH]

Definition at line 57 of file filesys.h.

Referenced by AddLump(), and FS_OpenFile().

◆ size

unsigned long qFILE::size

Definition at line 59 of file filesys.h.

◆ z

void* qFILE::z

in case of the file being a zip archive

Definition at line 55 of file filesys.h.

Referenced by FS_LoadPackFile(), and FS_OpenFile().


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