IS_ENTITY_AT_COORD
Checks if entity is within x/y/zSize distance of x/y/z. Last three are unknown ints, almost always p7 = 0, p8 = 1, p9 = 0
ENTITYBuild 1207
Signature
lua
IsEntityAtCoord(entity, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, true, true, 0)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| Entity | — | |
| float | — | |
| float | — | |
| float | — | |
| float | — | |
| float | — | |
| float | — | |
| BOOL | — | |
| BOOL | — | |
| int | — |
Usage
lua
IsEntityAtCoord(entity, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, true, true, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
