.DT
set_light
Discworld object help
set_light

Name
.SI 5
set_light - Set the luminosity value of the object.
.EI

Syntax
.SI 5
void set_light(int light);
.EI

Description
.SP 5 5
This sets the light level to the absolute value light.  It is not an adjustment
of light like in the older 2.4.5 system.  This sets the light to that value.
.EP

Example
.SI 5
set_light(70);
.EI

See also
.SP 5 5
light, adjust_light
.EP
