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

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