ResetCoronaReflectionsEnabled

From Multi Theft Auto: Wiki
Revision as of 21:47, 7 October 2022 by Lopez (talk | contribs) (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.5.9|1.5.8|21251|This function resets visibility of corona reflections. Default value depends on client setting. If client has enabled ''corona rain reflections'' in video options, value will be reset to ''true'', otherwise to ''false''. You can check value of this option using dxGetStatus (''SettingCoronaReflections'').}} ==Syntax== <syntaxhighlight lang="lua"> bool resetCoronaReflectionsEnabled ( ) </syntaxhighl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function resets visibility of corona reflections. Default value depends on client setting. If client has enabled corona rain reflections in video options, value will be reset to true, otherwise to false. You can check value of this option using dxGetStatus (SettingCoronaReflections).

Syntax

bool resetCoronaReflectionsEnabled ( )

Returns

Returns true.

Issues

Issue ID Description
#2755 Corona reflections do not render on custom placed objects
#2750 Corona reflections do not render on all roads

See Also