ResetVolumetricShadows

From Multi Theft Auto: Wiki
Revision as of 22:07, 6 September 2024 by FileEX (talk | contribs) (→‎See Also)
Jump to navigation Jump to search

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