bf6-portal-mod-types
    Preparing search index...

    Function StopSound

    • Stops a given sound for a specific team. A short delay is needed between stopping a sound and playing it again.

      Parameters

      • sound: SFX

        The sound object to stop.

      • team: Team

        The team to stop the sound for.

      Returns void

    • Stops a given sound for a specific squad. A short delay is needed between stopping a sound and playing it again.

      Parameters

      • sound: SFX

        The sound object to stop.

      • squad: Squad

        The squad to stop the sound for.

      Returns void

    • Stops a given sound for a specific player. A short delay is needed between stopping a sound and playing it again.

      Parameters

      • sound: SFX

        The sound object to stop.

      • player: Player

        The player to stop the sound for.

      Returns void

    • Stops a given sound for everyone. A short delay is needed between stopping a sound and playing it again.

      Parameters

      • sound: SFX

        The sound object to stop.

      Returns void

    • Stops a given sound.

      Parameters

      Returns void

    • Stops a given sound.

      Parameters

      Returns void

    • Stops a given sound.

      Parameters

      Returns void

    • Stops a given sound.

      Parameters

      Returns void