IsProjectileInArea — RedM Natives
0x05B0061EFDFC8941 · MISC · all
`` Determines whether there is a projectile within the specified coordinates. The coordinates form a rectangle. ownedByPlayer = only projectiles fired by the player will be detected. ``
Parameters
| Name | Type |
|---|---|
| x1 | float |
| y1 | float |
| z1 | float |
| x2 | float |
| y2 | float |
| z2 | float |
| ownedByPlayer | BOOL |
Returns
BOOL