ResetAmbientSounds: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


==See Also==
==See Also==
{{Client World functions}}
{{Client world functions}}

Revision as of 05:37, 11 August 2011

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

Syntax

bool resetAmbientSounds()

Returns

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

See Also

Shared