GetInteriorSoundsEnabled: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
Line 12: Line 12:
==Returns==
==Returns==
Returns true if music is playing, returns false if music is not playing.
Returns true if music is playing, returns false if music is not playing.
==Example==


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

Revision as of 20:27, 11 July 2017

Accessories-text-editor.png Script Example Missing Function GetInteriorSoundsEnabled needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


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.

Example

See Also