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 {