Ace Attorney Casing Tool Documentation

The documentation for AACS and the CodeEditor.


Project maintained by MaxDeBy Hosted on GitHub Pages — Theme by mattgraham

Back to overview


StopSound


Description

Stops a sound effect or ends a sound loop.

Parameters

Name Type Description Required Default Value
Name String The name of the sound effect. -

Examples:

Example #1: Stopping the sound effect ‘Crowd’ if it is currently playing.

1: StopSound["Crowd"];

Remarks:

-


Back to overview