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


HideProfile (HP)


Description

Hides a profile from the court record.

Parameters

Name Type Description Required Default Value
Name String The name of the profile you wish to hide. -

Examples:

Example #1: Hiding the profile of Mia Fey.

1:  HideProfile:["Mia Fey"];

Remarks:

-


Back to overview