MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / ShowErrorFmt

Function ShowErrorFmt

projects/uDesigner/source/main.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23});
24
25void ShowErrorFmt(const char *fmt, ...) {
26 va_list args;
27 va_start(args, fmt);
28 char buffer[1024];
29 vsnprintf(buffer, sizeof(buffer), fmt, args);
30 va_end(args);
31 ShowError(buffer);
32}
33
34EM_JS(void, ShowInformation, (const char *info), {
35 alert(UTF8ToString(info));

Callers 5

EM_JSFunction · 0.85
LoadDefaultThemeFileFunction · 0.85
SaveThemeFileFunction · 0.85
InitializeGlfwFunction · 0.85
mainFunction · 0.85

Calls 1

ShowErrorFunction · 0.85

Tested by

no test coverage detected