Skip to content

Commit

Permalink
IsVehicleModGen9Exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
coalaura committed Dec 18, 2024
1 parent 3e7c8f0 commit 64c94bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
18 changes: 18 additions & 0 deletions VEHICLE/IsVehicleModGen9Exclusive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
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);
```
Returns whether the specified mod is exclusive to gen9 or not.
## Parameters
* **vehicle**: The vehicle handle
* **modType**: The mod type (see [`SET_VEHICLE_MOD`](#_0x6AF0636DDEDCB6DD))
* **modIndex**: The mod index
23 changes: 0 additions & 23 deletions VEHICLE/IsVehicleModHswExclusive.md

This file was deleted.

0 comments on commit 64c94bd

Please sign in to comment.