MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / LogPluginInfo

Method LogPluginInfo

src/openrct2/scripting/ScriptEngine.cpp:1288–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286}
1287
1288void ScriptEngine::LogPluginInfo(std::string_view message)
1289{
1290 auto plugin = _execInfo.GetCurrentPlugin();
1291 LogPluginInfo(plugin, message);
1292}
1293
1294void ScriptEngine::LogPluginInfo(const std::shared_ptr<Plugin>& plugin, std::string_view message)
1295{

Callers 15

type_setMethod · 0.80
slope_getMethod · 0.80
slope_setMethod · 0.80
waterHeight_getMethod · 0.80
waterHeight_setMethod · 0.80
surfaceStyle_getMethod · 0.80
surfaceStyle_setMethod · 0.80
edgeStyle_getMethod · 0.80
edgeStyle_setMethod · 0.80
grassLength_getMethod · 0.80
grassLength_setMethod · 0.80
hasOwnership_getMethod · 0.80

Calls 2

GetCurrentPluginMethod · 0.80
WriteLineMethod · 0.45

Tested by

no test coverage detected