diff --git a/client/index.d.ts b/client/index.d.ts index 92ea45ad..124f3bce 100644 --- a/client/index.d.ts +++ b/client/index.d.ts @@ -1681,6 +1681,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; @@ -4315,11 +4320,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; }