mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
* Add API for guest items in openrct2.d.ts * Create GuestItem interfaces * Set fields to readonly and add documentation * Implement getting items array * Implement checking if a guest has an item * Implement removing items from guests * Implement giving a guest an item * Re-merge GuestItemType with FoodDrinkType * Add more data validation for the EnumMaps * Update versioning and changelog * Add some errors to the give_item method * Bump network version * Update VoucherType to if/else Co-authored-by: Tulio Leao <tupaschoal@gmail.com> * Add static_assert to ScGuest.hpp --------- Co-authored-by: Tulio Leao <tupaschoal@gmail.com>