File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,21 @@ This section briefly describes other effect types' properties.
1818
1919## Light properties
2020
21- | Property name | Type | Min | Default | Max | Modifiers | Description |
22- | ---------------| --------| ---------| ---------| ---------| --------------| ----------------------------------------------|
23- | radius | Float | FLT_MIN | 32 | FLT_MAX | Random, Lerp | Light radius |
24- | colour | Colour | 0 | 0 | 255 | Random, Lerp | Light colour (unless ` colorized ` is enabled) |
21+ | Property name | Type | Min | Default | Max | Modifiers | Description |
22+ | ---------------| ---------| ---------| ---------| ---------| --------------| ----------------------------------------------|
23+ | radius | Float | FLT_MIN | 32 | FLT_MAX | Random, Lerp | Light radius |
24+ | colour | Colour | 0 | 0 | 255 | Random, Lerp | Light colour (unless ` colorized ` is enabled) |
25+ | flags | Integer | 0 | 0 | INT_MAX | | Light flags (see * Light flags* ) |
26+
27+ ## Light flags
28+
29+ | Flag | Value | Description |
30+ | ---------------| -------| -------------------------------------|
31+ | L_NOSHADOW | 1 | Disable shadow |
32+ | L_NODYNSHADOW | 2 | Disable shadow for dynamic entities |
33+ | L_VOLUMETRIC | 4 | Volumetric light |
34+ | L_NOSPEC | 8 | Disable specular reflections |
35+ | L_SMALPHA | 16 | Coloured transparency shadows |
2536
2637# Sound
2738
You can’t perform that action at this time.
0 commit comments