Skip to content

Commit

Permalink
chore(client): add description for getForInteriorID
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Nov 16, 2024
1 parent 1bb2a59 commit 8660249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4575,6 +4575,9 @@ declare module "alt-client" {
export class Interior {
protected constructor();

/**
* Create interior instance by id. Throws if id is invalid (for example, when it's 0).
*/
public static getForInteriorID(id: number): Interior;

public readonly id: number;
Expand Down

0 comments on commit 8660249

Please sign in to comment.