diff --git a/VEHICLE/IsVehicleModGen9Exclusive.md b/VEHICLE/IsVehicleModGen9Exclusive.md new file mode 100644 index 000000000..f80701195 --- /dev/null +++ b/VEHICLE/IsVehicleModGen9Exclusive.md @@ -0,0 +1,20 @@ +--- +ns: VEHICLE +aliases: ["0x00834EAC4A96E010", "_IS_VEHICLE_MOD_HSW_EXCLUSIVE"] +--- + +## IS_VEHICLE_MOD_GEN9_EXCLUSIVE + +```c +// 0x00834EAC4A96E010 0xEF66663B +BOOL IS_VEHICLE_MOD_GEN9_EXCLUSIVE(Vehicle vehicle, int modType, int modIndex); +``` + + +## Parameters +* **vehicle**: The vehicle handle +* **modType**: The mod type (see [`SET_VEHICLE_MOD`](#_0x6AF0636DDEDCB6DD)) +* **modIndex**: The mod index + +## Return value +Returns whether the specified mod is exclusive to gen9 or not. diff --git a/VEHICLE/IsVehicleModHswExclusive.md b/VEHICLE/IsVehicleModHswExclusive.md deleted file mode 100644 index 78cd4e2e9..000000000 --- a/VEHICLE/IsVehicleModHswExclusive.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -ns: VEHICLE ---- - -## _IS_VEHICLE_MOD_HSW_EXCLUSIVE - -```c -// 0x00834EAC4A96E010 -BOOL _IS_VEHICLE_MOD_HSW_EXCLUSIVE(Vehicle vehicle, int modType, int modIndex); -``` - -``` -mpsum2_g9ec -``` - -``` -NativeDB Introduced: v2699 -``` - -## Parameters -* **vehicle**: -* **modType**: -* **modIndex**: