RwLight *
RwSetLightData(RwLight *light, void *data);
Description
Sets the lights user data pointer.
Arguments
light Pointer to the light.
data User data pointer.
Return Value
The argument light if successful, and NULL otherwise.
See Also
RwGetLightData()