IsEntityInAngledArea — RedM Natives
0xD3151E53134595E5 · ENTITY · all
`` Creates a spherical cone at origin that extends to surface with the angle specified. Then returns true if the entity is inside the spherical cone Angle is measured in degrees. ``
Parameters
| Name | Type |
|---|---|
| entity | Entity |
| originX | float |
| originY | float |
| originZ | float |
| edgeX | float |
| edgeY | float |
| edgeZ | float |
| angle | float |
| p8 | BOOL |
| p9 | BOOL |
| p10 | Any |
Returns
BOOL