From 4812ebbffaf1011cb3c730f9fbcce9d1fc40e82d Mon Sep 17 00:00:00 2001 From: xLuxy <67131061+xLuxy@users.noreply.github.com> Date: Wed, 29 May 2024 02:02:20 +0200 Subject: [PATCH] feat(client): Add reloadVehiclePhysics --- client/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/index.d.ts b/client/index.d.ts index f6a0aa30..cc5c1949 100644 --- a/client/index.d.ts +++ b/client/index.d.ts @@ -2357,6 +2357,8 @@ declare module "alt-client" { * @param handlingHash hash of the vehicle **handling name** */ public static getForHandlingName(handlingHash: number): HandlingData; + + public static reloadVehiclePhysics(modelHash: number): boolean; } export class MapZoomData {