diff --git a/distribution/openrct2.d.ts b/distribution/openrct2.d.ts index 02cf0b4c9c..92d97555e8 100644 --- a/distribution/openrct2.d.ts +++ b/distribution/openrct2.d.ts @@ -376,7 +376,8 @@ declare global { getRide(id: number): Ride; getTile(x: number, y: number): Tile; getEntity(id: number): Entity; - getAllEntities(type: EntityType); + getAllEntities(type: EntityType): Entity[]; + getAllEntities(type: "peep"): Peep[]; } type TileElementType =