Native referenceFiveM

IS_SNIPER_BULLET_IN_AREA

0xFEFCF11B01287125 MISC
FUNCTION SIGNATURE
BOOL IS_SNIPER_BULLET_IN_AREA(float x1, float y1, float z1, float x2, float y2, float z2);
Property Value
Native Name IS_SNIPER_BULLET_IN_AREA
Hash 0xFEFCF11B01287125
Return Type BOOL
Parameters x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float)

Description: ``` Determines whether there is a sniper bullet within the specified coordinates. The coordinates form an axis-aligned bounding box.

Back to MISC