PluginAttributeDefaultPedType 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 peds. The type must inherit from Ped. If null, Ped will be used.

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

public string DefaultPedType { get; set; }

Property Value

Type: String
The full name of the default type that will be used to represent peds. The type must inherit from Ped. If null, Ped will be used..
See Also

Reference