ToggleVehicleMod — FiveM Natives
0x2A1F4F37F95BAD08 · VEHICLE · all
Enables or disables a vehicle mod by index (modType) for a given vehicle. eVehicleModType enum, used for modType index can be found under SET_VEHICLE_MOD.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle handle |
| modType | int | Refer to eVehicleModType in [`SET_VEHICLE_MOD`](#\_0x6AF0636DDEDCB6DD). |
| toggle | BOOL | A bool indicating whether the mod should be enabled/disabled (true/false) |
Returns
void