RenderWare V2.1

Previous Page Index Next Page

RwBool

RwReadStreamInt(RwStream *stream, RwInt32 *ilist, RwInt32 size);

Description

Reads an array of 32 bit integers from a stream in a platform independent manner.

Arguments

stream Stream to be read from.

ilist Array where the integers 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()

RwReadStreamReal()

RwWriteStream()

RwWriteStreamInt()

RwWriteStreamReal()

RwSeekStream()