IsExplosionInAngledArea — FiveM Natives
0xA079A6C51525DC4B · FIRE · all
See IS_POINT_IN_ANGLED_AREA for the definition of an angled area.
Parameters
| Name | Type | Description |
|---|---|---|
| explosionType | int | explosion enum, -1 for any explosion type. See [ADD_EXPLOSION](#\_0xE3AD2BDBAEE269AC). |
| x1 | float | X dimension of the angled area 'origin' |
| y1 | float | Y dimension of the angled area 'origin' |
| z1 | float | Z dimension of the angled area 'origin' |
| x2 | float | X dimension of the angled area 'extent' |
| y2 | float | Y dimension of the angled area 'extent' |
| z2 | float | Z dimension of the angled area 'extent' |
| width | float | Width of the angled area |
Returns
BOOL