PluginAttributeDefaultObjectType Property

RAGE Plugin Hook Documentation

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

Gets or sets the full name of the default type that will be used to represent objects. The type must inherit from [!:Rage::Object]. If null, [!:Rage::Object] will be used.

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

public string DefaultObjectType { get; set; }

Property Value

Type: String
The full name of the default type that will be used to represent vehicles. The type must inherit from [!:Rage::Object]. If null, [!:Rage::Object] will be used..
See Also

Reference