1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Change StaffHireArgs params to reflect internal visitor (#23791)

This commit is contained in:
Aaron van Geffen
2025-02-11 18:35:08 +01:00
committed by GitHub
parent 7a21f5694d
commit 80c9faeee1

View File

@@ -1206,7 +1206,7 @@ declare global {
interface StaffHireArgs extends GameActionArgs {
autoPosition: boolean;
staffType: number; // 0: handyman, 1: mechanic, 2: security, 3: entertainer
entertainerType: number; // see EntertainerCostume in openrct2/entity/Staff.h
costumeIndex: number; // peep animation object id to use as costume
staffOrders: number; // bit mask. See STAFF_ORDERS in openrct2/entity/Staff.h
}