MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Debug_MessageBox

Function Debug_MessageBox

ddebug/lnxdebug.cpp:81–83  ·  view source on GitHub ↗

displays an message box Returns the same values as the Win32 MessageBox() function

Source from the content-addressed store, hash-verified

79// displays an message box
80// Returns the same values as the Win32 MessageBox() function
81int Debug_MessageBox(int type, const char *title, const char *str) {
82 return Debug_ErrorBox(type, str, "Descent 3 Message", "");
83}
84
85///////////////////////////////////////////////////////////////////////////////
86

Callers 5

Debug_LogfileFunction · 0.70
error_SpewFunction · 0.50
OutrageMessageBoxFunction · 0.50
SerialCheckFunction · 0.50
SerialErrorFunction · 0.50

Calls 1

Debug_ErrorBoxFunction · 0.70

Tested by

no test coverage detected