mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
Separate map.change and map.changed events
Also fix network plugin logic.
This commit is contained in:
@@ -232,6 +232,7 @@ namespace OpenRCT2::Scripting
|
||||
}
|
||||
|
||||
void AddNetworkPlugin(std::string_view code);
|
||||
void RemoveNetworkPlugins();
|
||||
|
||||
[[nodiscard]] GameActions::Result QueryOrExecuteCustomGameAction(
|
||||
std::string_view id, std::string_view args, bool isExecute);
|
||||
|
||||
Reference in New Issue
Block a user