| Property | Value |
|---|---|
| Native Name | _IS_POINT_NEAR_VOLUME_LOCK_CENTER |
| Hash | 0x769BB7626B8CDB06 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | x (float), y (float), z (float), radius (float), p4 (int), p5 (int), flags (int) |
Parameters
x(float)y(float)z(float)radius(float)p4(int)p5(int)flags(int)
Usage
Lua (Direct):
local result = IsPointNearVolumeLockCenter(x, y, z, radius, p4, p5, flags)
Lua (Hash):
local result = Citizen.InvokeNative(0x769BB7626B8CDB06, x, y, z, radius, p4, p5, flags)