SetRoadsInAngledArea — FiveM Natives
0x1A5AA1208AF5DB59 · PATHFIND · all
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
| Name | Type | Description |
|---|---|---|
| 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 |
Returns
void