Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
BEGIN_SE()
6
7
void LogLuaError(std::string_view msg)
8
{
9
gExtender->LogLuaError(msg);
10
}
11
12
void LogOsirisError(std::string_view msg)
13
{
Callers
nothing calls this directly
Calls
1
LogLuaError
Method · 0.80
Tested by
no test coverage detected