Quake II RTX doxygen  1.0 dev
file_t Struct Reference

Public Attributes

filetype_t type
 
unsigned mode
 
FILE * fp
 
packfile_tentry
 
pack_tpack
 
qboolean unique
 
qerror_t error
 
size_t rest_out
 
size_t length
 

Detailed Description

Definition at line 147 of file files.c.

Member Data Documentation

◆ entry

packfile_t* file_t::entry

Definition at line 154 of file files.c.

Referenced by open_from_pak(), and seek_pak_file().

◆ error

qerror_t file_t::error

◆ fp

◆ length

size_t file_t::length

◆ mode

◆ pack

pack_t* file_t::pack

Definition at line 155 of file files.c.

Referenced by FS_FCloseFile(), and open_from_pak().

◆ rest_out

size_t file_t::rest_out

Definition at line 158 of file files.c.

Referenced by FS_Tell(), open_from_pak(), read_pak_file(), and seek_pak_file().

◆ type

◆ unique

qboolean file_t::unique

Definition at line 156 of file files.c.

Referenced by FS_FCloseFile(), open_file_write(), open_from_disk(), and open_from_pak().