Skip to content

Commit

Permalink
Add description to SET_PED_DENSITY_MULTIPLIER_THIS_FRAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloncheeto authored Oct 18, 2023
1 parent 2d4c3f8 commit 4f768e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions PED/SetPedDensityMultiplierThisFrame.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ ns: PED
---
## SET_PED_DENSITY_MULTIPLIER_THIS_FRAME

```c
```
// 0x95E3D6257B166CF2 0x039C82BB
void SET_PED_DENSITY_MULTIPLIER_THIS_FRAME(float multiplier);
```
**Usage:**
- Call this native every frame
- Values
- 1.0 (maximum) Normal amount of peds in street.
- 0.0 (minimum) No peds in the street.
## Parameters
* **multiplier**:

0 comments on commit 4f768e9

Please sign in to comment.