Native referenceFiveM

SET_ROADS_IN_ANGLED_AREA

0x1A5AA1208AF5DB59 PATHFIND
FUNCTION SIGNATURE
void SET_ROADS_IN_ANGLED_AREA(float x1, float y1, float z1, float x2, float y2, float z2, float width, BOOL unknown1, BOOL unknown2, BOOL unknown3);
Property Value
Native Name SET_ROADS_IN_ANGLED_AREA
Hash 0x1A5AA1208AF5DB59
Return Type void
Parameters x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float), width (float), unknown1 (BOOL), unknown2 (BOOL), unknown3 (BOOL)

Description: unknown3 is related to SEND_SCRIPT_WORLD_STATE_EVENT > CNetworkRoadNodeWorldStateData in networked environments.

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
  • unknown1 (BOOL)
  • unknown2 (BOOL)
  • unknown3 (BOOL)
Back to PATHFIND