[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Rage.Attributes.ConsoleVariableAttribute"]
Inheritance Hierarchy
SystemAttribute
Rage.AttributesConsoleVariableAttribute
Namespace: Rage.Attributes
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets.Property, Inherited = false, AllowMultiple = false)] public class ConsoleVariableAttribute : Attribute
The ConsoleVariableAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsoleVariableAttribute |
Initializes a new instance of the ConsoleVariableAttribute class.
| |
ConsoleVariableAttribute(String) |
Initializes a new instance of the ConsoleVariableAttribute class.
|
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