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

Function LogLuaError

BG3Extender/Extender/Shared/Utils.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5BEGIN_SE()
6
7void LogLuaError(std::string_view msg)
8{
9 gExtender->LogLuaError(msg);
10}
11
12void LogOsirisError(std::string_view msg)
13{

Callers

nothing calls this directly

Calls 1

LogLuaErrorMethod · 0.80

Tested by

no test coverage detected