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

Method LogOsirisMsg

BG3Extender/Extender/ScriptExtender.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void ScriptExtender::LogOsirisMsg(std::string_view msg)
197{
198 gCoreLibPlatformInterface.GlobalConsole->Print(DebugMessageType::Osiris, msg.data());
199 server_.Osiris().LogMessage(msg);
200}
201
202std::wstring ScriptExtender::MakeLogFilePath(std::wstring const & Type, std::wstring const & Extension)
203{

Callers 1

LogOsirisMsgFunction · 0.80

Calls 3

PrintMethod · 0.45
dataMethod · 0.45
LogMessageMethod · 0.45

Tested by

no test coverage detected