[This is preliminary documentation and is subject to change.]
Initializes a new instance of the SettingAttribute class.
Namespace: Rage.Attributes
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- name
- Type: SystemString
The name. - defaultValue
- Type: SystemObject
[Missing <param name="defaultValue"/> documentation for "M:Rage.Attributes.SettingAttribute.#ctor(System.String,System.Object,System.Type)"]
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:Rage.Attributes.SettingAttribute.#ctor(System.String,System.Object,System.Type)"]
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if the name parameter is null. |
See Also