Index
File system
trap_FS_Read
Description
Read data from a file.
Prototype
void
trap_FS_Read
(
void
*
buffer
,
int
len
,
fileHandle_t
f
)
;
Parameters
buffer
: A buffer to fill.
len
: The amount to read from the file.
f
: A file handle provided by trap_FS_FOpenFile.
Remarks
This reads len bytes of data from the file specified by f and fills buffer with it.
Return value
This function has no return value.
See also
Author(s)
Timbo
QuakeIII trap calls reference