From f9e9cefb4661fb0ebe86ba3e549b8ca5e553da1e Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sun, 21 Sep 2025 17:11:39 +0200 Subject: [PATCH] Add missing getCostumeStrings to openrct2.d.ts (#25227) --- distribution/openrct2.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/distribution/openrct2.d.ts b/distribution/openrct2.d.ts index 3954ce5b9b..5dc8062478 100644 --- a/distribution/openrct2.d.ts +++ b/distribution/openrct2.d.ts @@ -3709,6 +3709,11 @@ declare global { */ readonly availableCostumes: StaffCostume[]; + /** + * Returns an array of costume strings with inline sprites. + */ + getCostumeStrings(): string[]; + /** * The staff member's costume. */