Native referenceRedM

GET_RAYFIRE_MAP_OBJECT

0xB48FCED898292E52 OBJECT
FUNCTION SIGNATURE
Object GET_RAYFIRE_MAP_OBJECT(float x, float y, float z, float radius, char* name);
Property Value
Native Name GET_RAYFIRE_MAP_OBJECT
Hash 0xB48FCED898292E52
Return Type Object
Build 1207
Parameters x (float), y (float), z (float), radius (float), name (char*)

Description: ``` Example: OBJECT::GET_RAYFIRE_MAP_OBJECT(-809.9619750976562, 170.919, 75.7406997680664, 3.0, "des_tvsmash");


### Usage

**Lua (Direct):**
```lua
local result = GetRayfireMapObject(x, y, z, radius, name)

Lua (Hash):

local result = Citizen.InvokeNative(0xB48FCED898292E52, x, y, z, radius, name)
Back to OBJECT