| Property | Value |
|---|---|
| Native Name | _REQUEST_PATHS_PREFER_ACCURATE_BOUNDINGSTRUCT |
| Hash | 0x07FB139B592FA687 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | x1 (float), y1 (float), x2 (float), y2 (float) |
Description: Old name: REQUEST_PATHS_PREFER_ACCURATE_BOUNDINGSTRUCT
Usage
Lua (Direct):
local result = RequestPathsPreferAccurateBoundingstruct(x1, y1, x2, y2)
Lua (Hash):
local result = Citizen.InvokeNative(0x07FB139B592FA687, x1, y1, x2, y2)