RenderWare V2.1

Previous Page Index Next Page

void *

RwGetRasterData(RwRaster *raster);

Description

Retrieves the raster’s user data pointer.

Arguments

raster Pointer to the raster.

Return Value

The user data pointer. NULL is returned if there is an error or if the user data pointer is NULL. Errors can be checked for using RwGetError().

See Also

RwGetError()

RwSetRasterData()