MCPcopy 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
68void 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

LogToGameMethod · 0.85
OnMenuSelectMethod · 0.85

Calls 1

LogPrintMethod · 0.80

Tested by

no test coverage detected