Skip to content

Commit 535599d

Browse files
smoke19744mmonium
andauthored
Update SetPedPopulationBudget.md (citizenfx#985)
* Update SetPedPopulationBudget.md * Update SetPedPopulationBudget.md Correct erroneous information within the provided native. --------- Co-authored-by: ammonia-cfx <[email protected]>
1 parent a0acdbd commit 535599d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

STREAMING/SetPedPopulationBudget.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ ns: STREAMING
55

66
```c
77
// 0x8C95333CFC3340F3 0xD2D026CD
8-
void SET_PED_POPULATION_BUDGET(int p0);
8+
void SET_PED_POPULATION_BUDGET(int budgetLevel);
99
```
1010
11-
Control how many new (ambient?) peds will spawn in the game world.
12-
Range for p0 seems to be 0-3, where 0 is none and 3 is the normal level.
11+
Sets the memory budget level for ped population.
1312
1413
## Parameters
15-
* **p0**:
14+
* **budgetLevel**: Ranges from `0` to `3`, where `0` is lowest (no peds) and `3` is the full budget level.
1615

0 commit comments

Comments
 (0)