1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Implement #13384: Expose all TileElement data to plugin API

This commit is contained in:
Sadret
2021-01-03 18:42:21 +01:00
committed by GitHub
parent 6fb7921dbd
commit d22c2edee5
4 changed files with 695 additions and 185 deletions

View File

@@ -44,7 +44,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 17;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 18;
struct ExpressionStringifier final
{