Skip to content

Commit 09adc4b

Browse files
IsVehicleModGen9Exclusive (#1233)
* IsVehicleModGen9Exclusive * tweak: add return type --------- Co-authored-by: Dillon Skaggs <dillskaggs@gmail.com>
1 parent b902a45 commit 09adc4b

File tree

2 files changed

+20
-23
lines changed

2 files changed

+20
-23
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
ns: VEHICLE
3+
aliases: ["0x00834EAC4A96E010", "_IS_VEHICLE_MOD_HSW_EXCLUSIVE"]
4+
---
5+
6+
## IS_VEHICLE_MOD_GEN9_EXCLUSIVE
7+
8+
```c
9+
// 0x00834EAC4A96E010 0xEF66663B
10+
BOOL IS_VEHICLE_MOD_GEN9_EXCLUSIVE(Vehicle vehicle, int modType, int modIndex);
11+
```
12+
13+
14+
## Parameters
15+
* **vehicle**: The vehicle handle
16+
* **modType**: The mod type (see [`SET_VEHICLE_MOD`](#_0x6AF0636DDEDCB6DD))
17+
* **modIndex**: The mod index
18+
19+
## Return value
20+
Returns whether the specified mod is exclusive to gen9 or not.

VEHICLE/IsVehicleModHswExclusive.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)