mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Add custom widget logic and network stats API
This commit is contained in:
@@ -202,6 +202,9 @@ namespace OpenRCT2::Scripting
|
||||
DukValue ExecutePluginCall(
|
||||
const std::shared_ptr<Plugin>& plugin, const DukValue& func, const std::vector<DukValue>& args,
|
||||
bool isGameStateMutable);
|
||||
DukValue ExecutePluginCall(
|
||||
const std::shared_ptr<Plugin>& plugin, const DukValue& func, const DukValue& thisValue,
|
||||
const std::vector<DukValue>& args, bool isGameStateMutable);
|
||||
|
||||
void LogPluginInfo(const std::shared_ptr<Plugin>& plugin, std::string_view message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user