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


FinishInvestigation (FinINV)


Description

Finishes an investigation.

Parameters

Name Type Description Required Default Value
ID String The ID of the investigation that should be finished. -

Examples:

Example #1: Finishing the investigation ‘Backyard’.

1:  FinishInvestigation:["Backyard"];

Example #2: Finishing the investigation ‘5’.

2:  FinINV:[5];

Remarks:

-


Back to overview