This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| set_directional_light_intensity [2024/02/06 14:45] – created justin | set_directional_light_intensity [2024/02/22 21:10] (current) – justin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ---- | ---- | ||
| (WIP) | (WIP) | ||
| + | |||
| + | Changes the intensity of the current [[map|map' | ||
| ====Signature: | ====Signature: | ||
| <code python> | <code python> | ||
| - | set_directional_light_intensity() | + | set_directional_light_intensity(intensity, duration) |
| </ | </ | ||
| ^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
| - | | | | | | | + | |intensity| |[[Number]]|Yes| |
| + | |duration| |[[Number]]|No| | ||
| ====Example: | ====Example: | ||
| <code bauxite> | <code bauxite> | ||
| - | set_directional_light_intensity(); | + | |
| </ | </ | ||
| // | // | ||