diff --git a/PATHFIND/N_0xaa76052dda9bfc3e.md b/PATHFIND/N_0xaa76052dda9bfc3e.md index 12c9dd56b..8f0827824 100644 --- a/PATHFIND/N_0xaa76052dda9bfc3e.md +++ b/PATHFIND/N_0xaa76052dda9bfc3e.md @@ -1,20 +1,19 @@ --- ns: PATHFIND --- -## _0xAA76052DDA9BFC3E - +## ADJUST_AMBIENT_PED_SPAWN_DENSITIES_THIS_FRAME ```c -// 0xAA76052DDA9BFC3E 0xD0F51299 -void _0xAA76052DDA9BFC3E(Any p0, Any p1, Any p2, Any p3, Any p4, Any p5, Any p6); +// 0xAA76052DDA9BFC3E 0xD0F51299 0xBAC712AB83AFA8CC +void ADJUST_AMBIENT_PED_SPAWN_DENSITIES_THIS_FRAME(float x, float y, float z, float radius, float density, Any p5, Any p6); ``` +Adjusts the ambient ped spawn density around a given area for the current frame. Must be called every frame to maintain the effect. ## Parameters -* **p0**: -* **p1**: -* **p2**: -* **p3**: -* **p4**: -* **p5**: -* **p6**: - +* **x**: X coordinate of the area center. +* **y**: Y coordinate of the area center. +* **z**: Z coordinate of the area center. +* **radius**: Radius of the affected area. +* **density**: Ped spawn density multiplier (0.0 = no peds, 1.0 = normal). +* **p5**: Unknown. +* **p6**: Unknown.