MCPcopy Create free account
hub / github.com/Norbyte/bg3se / LogLuaError

Method LogLuaError

BG3Extender/Extender/ScriptExtender.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void ScriptExtender::LogLuaError(std::string_view msg)
175{
176 gCoreLibPlatformInterface.GlobalConsole->Print(DebugMessageType::Error, msg.data());
177 server_.Osiris().LogError(msg);
178}
179
180void ScriptExtender::LogOsirisError(std::string_view msg)
181{

Callers 1

LogLuaErrorFunction · 0.80

Calls 3

PrintMethod · 0.45
dataMethod · 0.45
LogErrorMethod · 0.45

Tested by

no test coverage detected