Class VehicleMod
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public sealed class VehicleMod
Properties
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; }
Property Value
|
Improve this Doc
View Source
Index
Declaration
public int Index { get; set; }
Property Value
|
Improve this Doc
View Source
LocalizedName
Declaration
public string LocalizedName { get; }
Property Value
|
Improve this Doc
View Source
LocalizedTypeName
Declaration
public string LocalizedTypeName { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public VehicleModType Type { get; }
Property Value
|
Improve this Doc
View Source
Variation
Declaration
public bool Variation { get; set; }
Property Value
|
Improve this Doc
View Source
Vehicle
Declaration
public Vehicle Vehicle { get; }
Property Value
Methods
|
Improve this Doc
View Source
Remove()
Declaration