sunbright

prop
SYNOPSIS
    int P_SUNBRIGHT  "SunBright"

    int Set(P_SUNBRIGHT, int value)
    int Query(P_SUNBRIGHT)
      or
    int SetSunBright(int value)
    int QuerySunBright()

DESCRIPTION
    This property determines how much sunlight shines in the room (if it is
    set to be an outdoors room). Default value is MAX_SUNBRIGHT.

EXAMPLE
    Set(P_SUNBRIGHT, (50 * MAX_SUNBRIGHT) / 100);
    -- Sunbright set to 50% or MAX_SUNBRIGHT, e.g. for a forest room.

AVAILABILITY
    Include: <properties.h>
             <config.h> for MAX_SUNBRIGHT

    Availability: /std/room(/restrictions) and descendants.

SEE ALSO
    room(S), bright(P), intlight(P), indoors(P), outdoors(P),
    sunlight(P)