Native referenceFiveM

_ADD_DISPATCH_SPAWN_BLOCKING_ANGLED_AREA

0x918C7B2D2FF3928B MISC
FUNCTION SIGNATURE
Any _ADD_DISPATCH_SPAWN_BLOCKING_ANGLED_AREA(float x1, float y1, float z1, float x2, float y2, float z2, float width);
Property Value
Native Name _ADD_DISPATCH_SPAWN_BLOCKING_ANGLED_AREA
Hash 0x918C7B2D2FF3928B
Return Type Any
Parameters x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float), width (float)

Description: To remove, see: REMOVE_DISPATCH_SPAWN_BLOCKING_AREA.

See IS_POINT_IN_ANGLED_AREA for the definition of an angled area.

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
Back to MISC