Skip to content

Commit

Permalink
fix(client): typos (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Jan 18, 2024
1 parent 50241a0 commit 90c3a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ declare module "alt-client" {
public color: shared.RGBA;
public iconColor: shared.RGBA;

constructor(type: shared.CheckpointType, pos: shared.IVector3, nextPos: shared.IVector3, radius: number, height: number, rgbcolor: shared.RGBA, iconColor: shared.RGBA, streamingDistance: number);
constructor(type: shared.CheckpointType, pos: shared.IVector3, nextPos: shared.IVector3, radius: number, height: number, rgbColor: shared.RGBA, iconColor: shared.RGBA, streamingDistance: number);

/**
* Streaming range for the checkpoint
Expand Down Expand Up @@ -3974,7 +3974,7 @@ declare module "alt-client" {
}

export class AudioFilter extends BaseObject {
constructor(filtername: string);
constructor(filterName: string);

public addRotateEffect(fRate: number, priority: number): number;
public addVolumeEffect(fVolume: number, priority: number, channel?: number): number;
Expand Down

0 comments on commit 90c3a25

Please sign in to comment.