RenderWare V2.1

Previous Page Index Next Page

RwBool

RwReadStreamReal(RwStream *stream, RwReal *rlist, RwInt32 size);

Description

Reads an array of RwReal data objects from a stream in a platform independent manner.

Arguments

stream Stream to be read from.

rlist Array where the values read will be stored.

size Size in bytes of the array to be read.

Comments

Note that size is given in bytes and should be found using the sizeof operator.

See Also

RwOpenStream()

RwCloseStream()

RwReadStream()

RwReadStreamInt()

RwWriteStream()

RwWriteStreamInt()

RwWriteStreamReal()

RwSeekStream()