MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / WarningMessage

Function WarningMessage

engine/Poseidon/Foundation/Framework/AppFrame.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void WarningMessage(const char* format, ...)
30{
31 va_list a;
32 va_start(a, format);
33 CurrentAppFrameFunctions->WarningMessage(format, a);
34 va_end(a);
35}
36
37void GlobalShowMessage(int timeMs, const char* msg, ...)
38{

Callers 15

WarningMessageLevelFunction · 0.85
SetGlassesMethod · 0.85
CheckAccessFunction · 0.85
SerializeBinMethod · 0.85
SerializeBinMethod · 0.85
FileBufferLoadedMethod · 0.85
InitFromMemoryMethod · 0.85
LoadTaggedMethod · 0.85
LoadMethod · 0.85
CheckVersionMethod · 0.85
ParseAllAddonConfigsMethod · 0.85
PrepareGameMethod · 0.85

Calls 1

WarningMessageMethod · 0.45

Tested by

no test coverage detected