ConsoleVariableAttributeInitializedDelayed Property

RAGE Plugin Hook Documentation

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

Gets or sets a value indicating whether this variable should be initialized delayed (i.e. when the script thread first ticks) or not.

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

public bool InitializedDelayed { get; set; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Rage.Attributes.ConsoleVariableAttribute.InitializedDelayed"]

See Also

Reference