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

Function ErrorMessage

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

Source from the content-addressed store, hash-verified

11bool gSoftAssert = false;
12
13void ErrorMessage(ErrorMessageLevel level, const char* format, ...)
14{
15 va_list a;
16 va_start(a, format);
17 CurrentAppFrameFunctions->ErrorMessage(level, format, a);
18 va_end(a);
19}
20
21void ErrorMessage(const char* format, ...)
22{

Callers 15

VerifySerialKeyMethod · 0.85
BeginContextMethod · 0.85
EndContextMethod · 0.85
LoadMethod · 0.85
LoadBinMethod · 0.85
ErrorMessageMethod · 0.85
FullLoadMethod · 0.85
LoadMethod · 0.85
NewVehicleFunction · 0.85
LoadDataMethod · 0.85

Calls 1

ErrorMessageMethod · 0.45

Tested by

no test coverage detected