ResetVolumetricShadows: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(new page 1.6.1)
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Client function}}  
{{Client function}}  
__NOTOC__
__NOTOC__
{{Added feature/item|1.6.1|1.6.0|22716|  
{{Added feature/item|1.6.1|1.6.0|22721|  
This function is used to reset the volumetric shadows.
This function is used to reset the volumetric shadows to the game video setting.
}}
}}


Line 19: Line 19:


==See Also==
==See Also==
{{World functions}}
{{World functions|client}}

Latest revision as of 16:54, 10 September 2024

BETA: NEW FEATURE (BUILD: 1.6.0 r22721)

This function is used to reset the volumetric shadows to the game video setting.

Syntax

bool resetVolumetricShadows()

Returns

Always returns true.

Example

resetVolumetricShadows()

See Also