Click or drag to resize

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
C#
public enum scriptLineShowMode
Request Example View Source
Members
  Member nameValueDescription
none0 The none: nothing is displayed, except comments
undefined1 The undefined: it is not set, using default
onlyCodeLine2 The only code line: only script code line currently executed
codeNumberAndCodeLine3 The code number and code line: script code line with line number prefix
fullPrefixAndCodeLine4 The full prefix and code line currently executing
See Also