ConsoleVariableAttribute Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Rage.Attributes.ConsoleVariableAttribute"]

Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodConsoleVariableAttribute
Initializes a new instance of the ConsoleVariableAttribute class.
Public methodConsoleVariableAttribute(String)
Initializes a new instance of the ConsoleVariableAttribute class.
Top
Properties

  NameDescription
Public propertyDescription
Gets or sets the description of this console variable.
Public propertyHidden
Gets or sets whether this variable should be excluded from auto-completion.
Public propertyInitializedDelayed
Gets or sets a value indicating whether this variable should be initialized delayed (i.e. when the script thread first ticks) or not.
Public propertyName
Gets or sets the name of this console variable.
Public propertyTransient
Gets or sets whether this variable should be excluded from being saved to the .ini file.
Top
See Also

Reference