ResetWorldSounds: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} This function is used to reset the world sounds to the default setting. ==Syntax== <syntaxhighlight lang="lua"> bool resetWorldSounds() </syntaxhighlight> ===Returns=== Ret...")
 
No edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{Client function}}
{{New items|3.0140|1.3.1|
This function is used to reset the world sounds to the default setting.
This function is used to reset the world sounds to the default setting.
 
}}
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">

Revision as of 17:31, 19 May 2012

This function is used to reset the world sounds to the default setting.

Syntax

bool resetWorldSounds()

Returns

Returns true if the world sounds were reset, false otherwise.

See Also