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==
{{World functions}}
{{Client World functions}}

Revision as of 05:36, 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

Template:Client World functions