BOOL GET_COORDS_OF_PROJECTILE_TYPE_WITHIN_DISTANCE(`ped` (Ped), `weaponHash` (Hash), `distance` (float), `outCoords` (Vector3*), `p4` (BOOL), `mustBeOwnedByThisPed` (BOOL));
| Property |
Value |
| Native Name |
GET_COORDS_OF_PROJECTILE_TYPE_WITHIN_DISTANCE |
| Hash |
0xD73C960A681052DF |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
ped (Ped), weaponHash (Hash), distance (float), outCoords (Vector3*), p4 (BOOL), mustBeOwnedByThisPed (BOOL) |
Parameters
ped (Ped)
weaponHash (Hash)
distance (float)
outCoords (Vector3*)
p4 (BOOL)
mustBeOwnedByThisPed (BOOL)
Usage
Lua (Direct):
local result = GetCoordsOfProjectileTypeWithinDistance(ped, weaponHash, distance, outCoords, p4, mustBeOwnedByThisPed)
Lua (Hash):
local result = Citizen.InvokeNative(0xD73C960A681052DF, ped, weaponHash, distance, outCoords, p4, mustBeOwnedByThisPed)
Back to MISC