MCPcopy Create free account
hub / github.com/arx/ArxLibertatis / ShowScriptError

Function ShowScriptError

Sources/DANAE/ARX_Script.cpp:3431–3436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3429//*************************************************************************************
3430//*************************************************************************************
3431void ShowScriptError(char * tx, char * cmd)
3432{
3433 char text[512];
3434 sprintf(text, "SCRIPT ERROR\n%s\n\n%s", tx, cmd);
3435 ShowPopup(text);
3436}
3437void MakeStandard(char * str)
3438{
3439 long i = 0;

Callers 1

SendScriptEventFunction · 0.85

Calls 1

ShowPopupFunction · 0.85

Tested by

no test coverage detected