ResetVolumetricShadows: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
(One intermediate revision by one other user not shown)
Line 2: Line 2:
__NOTOC__
__NOTOC__
{{Added feature/item|1.6.1|1.6.0|22716|  
{{Added feature/item|1.6.1|1.6.0|22716|  
This function is used to reset the volumetric shadows to the video setting.
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}}

Revision as of 22:07, 6 September 2024

BETA: NEW FEATURE (BUILD: 1.6.0 r22716)

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