Description: Returns true if IPL is streamed in (?)
| Property | Value |
|---|---|
| Native Name | _IS_POSITION_INSIDE_IPL_STREAMING_EXTENTS |
| Hash | 0x73B40D97D7BAAD77 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | iplHash (Hash), x (float), y (float), z (float) |
Parameters
iplHash(Hash)x(float)y(float)z(float)
Usage
Lua (Direct):
local result = IsPositionInsideIplStreamingExtents(iplHash, x, y, z)
Lua (Hash):
local result = Citizen.InvokeNative(0x73B40D97D7BAAD77, iplHash, x, y, z)