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

Improve and fix intransient plugin branch

This commit is contained in:
Ted John
2022-02-20 00:23:15 +00:00
parent dbf83f018c
commit 1128f76a97
4 changed files with 27 additions and 16 deletions

View File

@@ -261,6 +261,7 @@ namespace OpenRCT2::Scripting
void UnloadPlugin(std::shared_ptr<Plugin>& plugin);
void StartPlugin(std::shared_ptr<Plugin> plugin);
void StopPlugin(std::shared_ptr<Plugin> plugin);
void ReloadPlugin(std::shared_ptr<Plugin> plugin);
void StopUnloadRegisterAllPlugins();
static bool ShouldLoadScript(std::string_view path);
bool ShouldStartPlugin(const std::shared_ptr<Plugin>& plugin);