Native referenceFiveM

IS_EXPLOSION_IN_ANGLED_AREA

0xA079A6C51525DC4B FIRE
FUNCTION SIGNATURE
BOOL IS_EXPLOSION_IN_ANGLED_AREA(int explosionType, float x1, float y1, float z1, float x2, float y2, float z2, float width);
Property Value
Native Name IS_EXPLOSION_IN_ANGLED_AREA
Hash 0xA079A6C51525DC4B
Return Type BOOL
Parameters explosionType (int), x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float), width (float)

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

Parameters

  • explosionType (int) — explosion enum, -1 for any explosion type. See ADD_EXPLOSION.
  • 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
Back to FIRE