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


StopMusic (SM)


Description

Stops the currently playing music track.

Parameters

Name Type Description Required Default Value
Delay Number How long the engine should wait before stopping the music. 0

Examples:

Example #1: Stop the music in 600ms.

1:  StopMusic:[600];

Remarks:

-


Back to overview