StopLocalSound( <sound name> )


Module: Player

Summary:

Stops all instances of a local soundalias running on a player.



Call this on:

The player



Example:

level.player StopLocalSound( "annoying_siren" );



Required Args:

  • 1 : <sound name>: The name of the sound to stop.