Native referenceRedM

DOES_OBJECT_OF_TYPE_EXIST_AT_COORDS

0xBFA48E2FF417213F OBJECT
FUNCTION SIGNATURE
BOOL DOES_OBJECT_OF_TYPE_EXIST_AT_COORDS(float x, float y, float z, float radius, Hash hash, BOOL p5);
Property Value
Native Name DOES_OBJECT_OF_TYPE_EXIST_AT_COORDS
Hash 0xBFA48E2FF417213F
Return Type BOOL
Build 1207
Parameters x (float), y (float), z (float), radius (float), hash (Hash), p5 (BOOL)

Description: ``` p5 is usually 0.


### Usage

**Lua (Direct):**
```lua
local result = DoesObjectOfTypeExistAtCoords(x, y, z, radius, hash, p5)

Lua (Hash):

local result = Citizen.InvokeNative(0xBFA48E2FF417213F, x, y, z, radius, hash, p5)
Back to OBJECT