[This is preliminary documentation and is subject to change.]
Gets or sets the dirt level of this vehicle.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public float DirtLevel { get; set; }
Public Property DirtLevel As Single
Get
Set
public:
property float DirtLevel {
float get ();
void set (float value);
}
Property Value
Type:
SingleThe dirt level of this vehicle.
Reference