Description: Returns true if the collision at the specified coords is marked as being outside (false if there's an interior)
| Property | Value |
|---|---|
| Native Name | IS_COLLISION_MARKED_OUTSIDE |
| Hash | 0xF291396B517E25B2 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | x (float), y (float), z (float) |
Parameters
x(float)y(float)z(float)
Usage
Lua (Direct):
local result = IsCollisionMarkedOutside(x, y, z)
Lua (Hash):
local result = Citizen.InvokeNative(0xF291396B517E25B2, x, y, z)