1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

add all game actions and their documentation to plugin API (#18826)

This commit is contained in:
Stephan Spengler
2022-12-16 22:38:45 +01:00
committed by GitHub
parent 1a5b5f556b
commit bd6e572dbc
71 changed files with 1075 additions and 19 deletions

View File

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