Native referenceFiveM

_GET_ENTITY_INSIDE_EXPLOSION_AREA

0x14BA4BA137AF6CEC FIRE
FUNCTION SIGNATURE
Entity _GET_ENTITY_INSIDE_EXPLOSION_AREA(int explosionType, float x1, float y1, float z1, float x2, float y2, float z2, float radius);
Property Value
Native Name _GET_ENTITY_INSIDE_EXPLOSION_AREA
Hash 0x14BA4BA137AF6CEC
Return Type Entity
Parameters explosionType (int), x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float), radius (float)

Description: ``` Returns a handle to the first entity within the a circle spawned inside the 2 points from a radius.


### Parameters
- **`explosionType`** (`int`) — See [`ADD_EXPLOSION`](#\_0xE3AD2BDBAEE269AC).
- **`x1`** (`float`)
- **`y1`** (`float`)
- **`z1`** (`float`)
- **`x2`** (`float`)
- **`y2`** (`float`)
- **`z2`** (`float`)
- **`radius`** (`float`)
Back to FIRE