GTA V NativesobjectObject::isObjectNearPointOn this pageObject::isObjectNearPointSyntax ```js mp.game.object.isObjectNearPoint(objectHash, x, y, z, range); ``` Required Arguments objectHash: Model hash or name x: float y: float z: float range: float Return value Boolean Example ```js // todo ``` See also