RenderWare V2.1

Previous Page Index Next Page

RwBool

RwFindStreamChunk(RwStream stream, RwUInt32 type);

Description

Finds a chunk within a stream.

Arguments

stream Stream to be searched.

type Type of chunk to be located.

Return Value

TRUE on success, FALSE otherwise.

Comments

Searches a stream for a specified chunk type. If the chunk is located then the chunk can subsequently be skipped or read.

See Also

RwReadStreamChunkType()

RwReadStreamChunk()

RwWriteStreamChunk()

RwSkipStreamChunk()

RwGetChunkSize()