Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsVehicleModGen9Exclusive #1233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading