Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions PATHFIND/N_0xaa76052dda9bfc3e.md
Original file line number Diff line number Diff line change
@@ -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);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this signature is correct, could you explain how you got to these parameters?

```

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.
Loading