We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0acdbd commit 535599dCopy full SHA for 535599d
STREAMING/SetPedPopulationBudget.md
@@ -5,12 +5,11 @@ ns: STREAMING
5
6
```c
7
// 0x8C95333CFC3340F3 0xD2D026CD
8
-void SET_PED_POPULATION_BUDGET(int p0);
+void SET_PED_POPULATION_BUDGET(int budgetLevel);
9
```
10
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.
+Sets the memory budget level for ped population.
13
14
## Parameters
15
-* **p0**:
+* **budgetLevel**: Ranges from `0` to `3`, where `0` is lowest (no peds) and `3` is the full budget level.
16
0 commit comments