RwGetLightState(RwLight *light);
Description
Retrieves the lights on/off state.
Arguments
light Pointer to the light.
Return Value
The lights state if successful, and rwNASTATE otherwise.
Comments
The states are:
rwON The light is on.
rwOFF The light is off.
See Also