Native referenceRedM

DOES_RAYFIRE_MAP_OBJECT_EXIST

0x52AF537A0C5B8AAD OBJECT
FUNCTION SIGNATURE
BOOL DOES_RAYFIRE_MAP_OBJECT_EXIST(Object object);
Property Value
Native Name DOES_RAYFIRE_MAP_OBJECT_EXIST
Hash 0x52AF537A0C5B8AAD
Return Type BOOL
Build 1207
Parameters object (Object)

Description: ``` Returns true if a destructible object with this handle exists, false otherwise.


### Usage

**Lua (Direct):**
```lua
local result = DoesRayfireMapObjectExist(object)

Lua (Hash):

local result = Citizen.InvokeNative(0x52AF537A0C5B8AAD, object)
Back to OBJECT