Indicates how a ScriptLanguageInfo can use ScriptParameterInfo.
Name | Description | |
---|---|---|
Arguments |
The parameter is passed in the command line argument string. |
|
Default |
The parameter has no specified usage. |
|
EnvironmentVariable |
The parameter should be passed to the script as an environment variable. |
|
InputVariable |
The parameter should be passed to the script as an input variable. |
|
OutputVariable |
The parameter should be returned to OtterScript as an output variable. |