 | scriptLineShowMode Enumeration |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines how executing script line should be rendered at output
Namespace:
imbACE.Core.commands
Assembly:
imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 |
The none: nothing is displayed, except comments
|
| undefined | 1 |
The undefined: it is not set, using default
|
| onlyCodeLine | 2 |
The only code line: only script code line currently executed
|
| codeNumberAndCodeLine | 3 |
The code number and code line: script code line with line number prefix
|
| fullPrefixAndCodeLine | 4 |
The full prefix and code line currently executing
|
See Also