Skip to content

Commit

Permalink
added 'playPoliceCrimeReport' to game audio
Browse files Browse the repository at this point in the history
  • Loading branch information
shr0x committed Apr 23, 2024
1 parent 12ce6bf commit 71423fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/game/audio.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ declare interface GameAudio extends GameAudioLegacy {
hasMultiplayerDataUnloaded(): boolean;
getVehicleDefaultHornVariation(vehicle: number): number;
setVehicleHornVariation(vehicle: number, value: number): void;

playPoliceCrimeReport(position: Vector3, crimeIndex: number, playDelay: number, localPlayer: boolean): void;
unk: GameAudioUnk;
}

declare interface GameAudioMp extends GameAudio {}
declare interface GameAudioMp extends GameAudio { }

0 comments on commit 71423fb

Please sign in to comment.