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

Add visitors for all scenery placement and removes (#12886)

* Add visitors for all scenery placement and removes

This should allow greater flexibility for plugin developers

* Add CoordsXYZ visitor

* Increment plugin API version. Update changelog
This commit is contained in:
Duncan
2020-09-10 19:15:46 +01:00
committed by GitHub
parent 96945183f5
commit 353c02b596
14 changed files with 97 additions and 1 deletions

View File

@@ -42,7 +42,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 5;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 6;
struct ExpressionStringifier final
{