RwScene *
RwGetLightOwner(RwLight *light);
Description
Retrieves the scene that owns the light.
Arguments
light Pointer to the light.
Return Value
The scene that owns the light if successful, and NULL otherwise.
See Also
RwAddLightToScene()
RwCreateLight()
RwRemoveLightFromScene()