1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 19:25:12 +01:00

Fix #22891: getInstalledObject API function not implemented

This commit is contained in:
Tulio Leao
2024-10-05 06:35:21 -03:00
committed by GitHub
parent 67bd28018b
commit 4404415aec
4 changed files with 12 additions and 1 deletions

View File

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