SettingAttribute Class

RAGE Plugin Hook Documentation

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

Provides information about a setting for the RAGE Plugin Hook.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    Rage.AttributesSettingAttribute

Namespace:  Rage.Attributes
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.All, Inherited = false)]
public class SettingAttribute : Attribute

The SettingAttribute type exposes the following members.

Constructors

  NameDescription
Public methodSettingAttribute
Initializes a new instance of the SettingAttribute class.
Top
Properties

  NameDescription
Public propertyDefaultValue
Gets the default value of the setting.
Public propertyName
Gets the name of the setting.
Public propertyType
Gets the type of the setting.
Top
See Also

Reference