Native referenceFiveM

IS_PROJECTILE_TYPE_IN_ANGLED_AREA

0xF0BC12401061DEA0 MISC
FUNCTION SIGNATURE
BOOL IS_PROJECTILE_TYPE_IN_ANGLED_AREA(float x1, float y1, float z1, float x2, float y2, float z2, float width, float p7, Hash weaponHash, BOOL ownedByPlayer);
Property Value
Native Name IS_PROJECTILE_TYPE_IN_ANGLED_AREA
Hash 0xF0BC12401061DEA0
Return Type BOOL
Parameters x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float), width (float), p7 (float), weaponHash (Hash), ownedByPlayer (BOOL)

Description: See IS_POINT_IN_ANGLED_AREA for the definition of an angled area.

NativeDB Removed Parameter 7: float p7

Parameters

  • x1 (float) — X dimension of the angled area 'origin'
  • y1 (float) — Y dimension of the angled area 'origin'
  • z1 (float) — Z dimension of the angled area 'origin'
  • x2 (float) — X dimension of the angled area 'extent'
  • y2 (float) — Y dimension of the angled area 'extent'
  • z2 (float) — Z dimension of the angled area 'extent'
  • width (float) — Width of the angled area
  • p7 (float)
  • weaponHash (Hash)
  • ownedByPlayer (BOOL)
Back to MISC