mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Add missing getCostumeStrings to openrct2.d.ts (#25227)
This commit is contained in:
5
distribution/openrct2.d.ts
vendored
5
distribution/openrct2.d.ts
vendored
@@ -3709,6 +3709,11 @@ declare global {
|
|||||||
*/
|
*/
|
||||||
readonly availableCostumes: StaffCostume[];
|
readonly availableCostumes: StaffCostume[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns an array of costume strings with inline sprites.
|
||||||
|
*/
|
||||||
|
getCostumeStrings(): string[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The staff member's costume.
|
* The staff member's costume.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user