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