IsWorldSoundEnabled

From Multi Theft Auto: Wiki
Revision as of 16:47, 19 May 2012 by Ccw (talk | contribs) (Created page with "__NOTOC__ {{Client function}} This function allows you to check if certain world sound effects have not been disabled by setWorldSoundEnabled ==Syntax== <syntaxhighlight lang="lua"> bool i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function allows you to check if certain world sound effects have not been disabled by setWorldSoundEnabled

Syntax

bool isWorldSoundEnabled( int group, [ int index ] )

Required Arguments

  • group : An integer representing the world sound group

OptionalArguments

  • index : An integer representing an individual sound within the group

Returns

Returns true if the world sounds are enabled, false if they are disabled or invalid values were passed.

See Also