1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Expose whether the game is paused to the plugin API

This commit is contained in:
Katherine Norton
2024-05-03 10:59:57 -05:00
committed by GitHub
parent accbd799ee
commit cd528665e6
4 changed files with 13 additions and 1 deletions

View File

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