SettingAttribute Constructor

RAGE Plugin Hook Documentation

[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

public SettingAttribute(
	string name,
	Object defaultValue,
	Type type
)

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

ExceptionCondition
ArgumentNullExceptionThrown if the name parameter is null.
See Also

Reference