MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / LogWarning

Function LogWarning

ResourceCompilerPC/ResourceCompilerPC.cpp:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10IRCLog* g_pLog = NULL;
11
12void LogWarning (const char* szFormat, ...)
13{
14 va_list args;
15 va_start (args, szFormat);
16 if (g_pLog)
17 g_pLog->LogV (IMiniLog::eWarning, szFormat, args);
18 else
19 vprintf (szFormat, args);
20 va_end(args);
21}
22void Log (const char* szFormat, ...)
23{
24 va_list args;

Callers 12

buildExtToIntMapsMethod · 0.85
buildMtlFacesMethod · 0.85
LoadLODsMethod · 0.85
BuildRenderMeshesMethod · 0.85
UpdateDeadBodyPhysicsMethod · 0.85
WriteLightsMethod · 0.85
LoadLODsMethod · 0.85
BuildRenderMeshesMethod · 0.85
UpdateDeadBodyPhysicsMethod · 0.85
validateTangentsMethod · 0.85
WriteLightsMethod · 0.85
WriteAnimListWithCALMethod · 0.85

Calls 1

LogVMethod · 0.45

Tested by

no test coverage detected