Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ Engine_LogPrintWrapper
Function
Engine_LogPrintWrapper
core/Logger.cpp:68–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void Engine_LogPrintWrapper(const char *msg)
69
{
70
if (g_in_game_log_hook)
71
{
72
ENGINE_CALL(LogPrint)(msg);
73
}
74
else
75
{
76
engine->LogPrint(msg);
77
}
78
}
Callers
2
LogToGame
Method · 0.85
OnMenuSelect
Method · 0.85
Calls
1
LogPrint
Method · 0.80
Tested by
no test coverage detected