ResetCoronaReflectionsEnabled: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 1: Line 1:
{{Client function}}
{{Client function}}
__NOTOC__
__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'').}}
{{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 '''1''', otherwise to '''0'''. You can check value of this option using [[dxGetStatus]] (''SettingCoronaReflections'').}}


==Syntax==  
==Syntax==  

Latest revision as of 21:48, 7 October 2022

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 1, otherwise to 0. 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