Skip to content

Rename function and enhance documentation#1318

Open
Syxless wants to merge 1 commit into
citizenfx:masterfrom
Syxless:patch-5
Open

Rename function and enhance documentation#1318
Syxless wants to merge 1 commit into
citizenfx:masterfrom
Syxless:patch-5

Conversation

@Syxless
Copy link
Copy Markdown

@Syxless Syxless commented Feb 9, 2026

Updated function name and added parameter descriptions.

Before you submit this PR, please make sure:

  • You have read the contribution guidelines
  • You include an example that validates your change
  • Your English is grammatically correct

Updated function name and added parameter descriptions.
@technetium-cfx technetium-cfx added changes types This pull request changes types, possibly breaking ABI compat. Needs checking. invalid This doesn't seem right labels Feb 9, 2026
// 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?

@kasuganosoras
Copy link
Copy Markdown

I think it should be:

AdjustAmbientPedSpawnDensitiesThisFrame(number iModifier, vector3 vMin, vector3 vMax)

or:

void ADJUST_AMBIENT_PED_SPAWN_DENSITIES_THIS_FRAME(int modifier, float minX, float minY, float minZ, float maxX, float maxY, float maxZ)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes types This pull request changes types, possibly breaking ABI compat. Needs checking. invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants