Each Regular Instruction is documented according to the following template:
General description of the purpose of the Instruction.
Name | Type | Description | Required | Default Value |
---|---|---|---|---|
Parameter name | String | Does a thing. | ✓ | "Hello World" |
Parameter name 2 | Number | Also does a thing. | ✗ | 5 |
Parameter name 3 | Boolean | Does a thing as well. | ✗ | true |
Note: There will never be a parameter of type
undefined
.
1: AACS Code