Skip to content

Commit

Permalink
fix(client): add missing Ped.getByRemoteID (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored May 8, 2024
1 parent 885493e commit beba645
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3927,6 +3927,11 @@ declare module "alt-client" {
*/
public static getByScriptID(scriptID: number): Ped | null;

/**
* Gets the ped with the given remote id
*/
public static getByRemoteID(id: number): Ped | null;

public static readonly all: readonly Ped[];

public static readonly streamedIn: readonly Ped[];
Expand Down

0 comments on commit beba645

Please sign in to comment.