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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user