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

Method LogOsirisWarning

BG3Extender/Extender/ScriptExtender.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void ScriptExtender::LogOsirisWarning(std::string_view msg)
191{
192 gCoreLibPlatformInterface.GlobalConsole->Print(DebugMessageType::Warning, msg.data());
193 server_.Osiris().LogWarning(msg);
194}
195
196void ScriptExtender::LogOsirisMsg(std::string_view msg)
197{

Callers 1

LogOsirisWarningFunction · 0.80

Calls 3

LogWarningMethod · 0.80
PrintMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected