GetInteriorSoundsEnabled: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Correction.)
mNo edit summary
Line 13: Line 13:


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

Revision as of 13:53, 16 August 2012

This function checks to see if the music played by default in clubs is disabled or not.

Syntax

bool getInteriorSoundsEnabled ( )

Returns

Returns true if music is playing, returns false if music is not playing.

See Also