Skip to content

Commit

Permalink
add steeringAngle setter
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Sep 10, 2023
1 parent 1774583 commit 81e9300
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4486,8 +4486,11 @@ declare module "alt-client" {
*/
public oilLevel: number;

/** @beta */
public readonly steeringAngle: number;
/**
* @remarks Setter needs to be called in everytick and engine must be off.
* @beta
*/
public steeringAngle: number;

/** @beta */
public suspensionHeight: number;
Expand Down

0 comments on commit 81e9300

Please sign in to comment.