ResetVolumetricShadows: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
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