ResetWorldSounds

From Multi Theft Auto: Wiki
Revision as of 16:48, 19 May 2012 by Ccw (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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