IsEntityAtEntity — FiveM Natives
0x751B70C3D034E187 · ENTITY · all
`` Checks if entity1 is within the box defined by x/y/zSize of entity2. Last three parameters are almost alwasy p5 = 0, p6 = 1, p7 = 0 ``
Parameters
| Name | Type |
|---|---|
| entity1 | Entity |
| entity2 | Entity |
| xSize | float |
| ySize | float |
| zSize | float |
| p5 | BOOL |
| p6 | BOOL |
| p7 | int |
Returns
BOOL