1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Scripting: list and use available costumes dynamically

This commit is contained in:
Aaron van Geffen
2024-12-08 12:34:13 +01:00
parent e3c6fe22a6
commit dbc394cb67
4 changed files with 81 additions and 60 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 103;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 104;
// Versions marking breaking changes.
static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;