User manual

Table Of Contents
Part 2: Automation Programming Reference
CVAR properties shown in the right-hand pane of XStreamBrowser window.
The Range/Helpstring column provides short form information about the possible values the variable can
take.
The Flags/Status column contains coded information about the object.
Flag/Status Indicates
R
For CVARs
: Read only.
For Properties
: Readable.
W
For CVARs
: Wrapping, incrementing the value will "wrap around" from max. to min., or vice versa.
For Properties
: Writable.
H Hidden: not visible on any GUI dialog or menu.
g Grey: appears "greyed out" on GUI indicating it is disabled or not settable.
B Backwards: incrementing the CVAR value will decrease the value.
N Nonvolatile: value is saved in the application's "nonvolatile" settings file. These CVARs are typically user
preferences and are not affected by Recall Default Setup.
A AutoRepeat: the CVAR action should be repeated if a button on the GUI is held down.
M MultiLine: the CVAR value may be rendered on multiple lines of the GUI.
L LateUpdate: the CVAR value may be updated when it is read/refreshed.
2-7