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 difference)

Revision as of 16:48, 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