Ace Attorney Casing Tool Documentation

The documentation for AACS and the CodeEditor.


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

Each regular instruction is documented according to the following template:

Back to overview


Instruction Name (optional: Abbreviation)


Description

General description of the instruction’s purpose.

Parameters

Name Type Description Required Default Value
Param Name String Does a thing. “Hello World”
Param Name 2 Number Also does a thing. 5
Param Name 3 Boolean Does a thing as well. true

Note: There will never be a parameter with the type undefined.

Examples:

Example #X: Example description.

1:  AACS Code

Remarks:

-


Back to overview