-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* IsVehicleModGen9Exclusive * tweak: add return type --------- Co-authored-by: Dillon Skaggs <[email protected]>
- Loading branch information
1 parent
b902a45
commit 09adc4b
Showing
2 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file was deleted.
Oops, something went wrong.