[This is preliminary documentation and is subject to change.]
The ConsoleVariableAttribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description |
Gets or sets the description of this console variable.
| |
Hidden |
Gets or sets whether this variable should be excluded from auto-completion.
| |
InitializedDelayed |
Gets or sets a value indicating whether this variable should be initialized delayed (i.e. when the script thread first ticks) or not.
| |
Name |
Gets or sets the name of this console variable.
| |
Transient |
Gets or sets whether this variable should be excluded from being saved to the .ini file.
|
See Also