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


HideMove


Description

Hides a move option in an investigation.

Parameters

Name Type Description Required Default Value
Investigation ID Number The ID of the investigation containing the move option. -
Move Option Index Number The 1-based index of the move option. -

Examples:

Example #1: Hiding move option 1 of Investigation 0.

1: HideMove:[0|1];

Remarks:

-


Back to overview