diff --git a/client/index.d.ts b/client/index.d.ts index 2e982faa..d7b92f0d 100644 --- a/client/index.d.ts +++ b/client/index.d.ts @@ -1688,6 +1688,11 @@ declare module "alt-client" { */ public resetDashboardLights(): void; + /** + * @remarks Setter needs to be called in everytick and engine must be off. + */ + public steeringAngle: number; + // normal meta public setMeta(key: K, value: shared.InterfaceValueByKey): void; @@ -4354,11 +4359,6 @@ declare module "alt-client" { */ public oilLevel: number; - /** - * @remarks Setter needs to be called in everytick and engine must be off. - */ - public steeringAngle: number; - public suspensionHeight: number; }