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

Add award plugin APIs (#24468)

* Add award plugin apis

* Address review feedback (use erase_if, extract AwardAdd method)

* Address review feedback (remove redundant comments, make AwardAdd static)

* Address review feedback (bump plugin api version, add changelog entry)
This commit is contained in:
Jan Strauss
2025-07-13 12:04:26 +02:00
committed by GitHub
parent f5fc12b7a8
commit 0522ae848b
14 changed files with 382 additions and 90 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t kPluginApiVersion = 109;
static constexpr int32_t kPluginApiVersion = 110;
// Versions marking breaking changes.
static constexpr int32_t kApiVersionPeepDeprecation = 33;