RwGetSceneData(RwScene *scene);
Description
Retrieves the scenes user data pointer.
Arguments
scene Pointer to the scene.
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