Skip to content

Commit

Permalink
tweak(native-docs): Change param name
Browse files Browse the repository at this point in the history
  • Loading branch information
Explooosion-code committed Sep 19, 2024
1 parent 8b95a16 commit 1ed957e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/native-decls/SetGlobalPassengerMassMultiplier.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ game: gta5
## SET_GLOBAL_PASSENGER_MASS_MULTIPLIER

```c
void SET_GLOBAL_PASSENGER_MASS_MULTIPLIER(float weight);
void SET_GLOBAL_PASSENGER_MASS_MULTIPLIER(float massMul);
```
## Parameters
* **weight**: Weight of each passenger (not counting the driver) as a percentage of vehicle mass. Is applied to all vehicles
* **massMul**: Weight of each passenger (not counting the driver) as a percentage of vehicle mass. Is applied to all vehicles
## Return value

0 comments on commit 1ed957e

Please sign in to comment.