IsWorldSoundEnabled

From Multi Theft Auto: Wiki
Revision as of 17:17, 19 May 2012 by X86dev (talk | contribs)
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 = -1 ] )

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