MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Error

Method Error

neo/game/script/Script_Thread.cpp:790–799  ·  view source on GitHub ↗

================ idThread::Error ================ */

Source from the content-addressed store, hash-verified

788================
789*/
790void idThread::Error( const char *fmt, ... ) const {
791 va_list argptr;
792 char text[ 1024 ];
793
794 va_start( argptr, fmt );
795 vsprintf( text, fmt, argptr );
796 va_end( argptr );
797
798 interpreter.Error( "%s", text );
799}
800
801/*
802================

Callers 7

BeginMultiFrameEventMethod · 0.45
EndMultiFrameEventMethod · 0.45
RestoreMethod · 0.45
BeginCompilationMethod · 0.45
CompileTextMethod · 0.45
CompileFunctionMethod · 0.45
CompileFileMethod · 0.45

Calls 1

vsprintfFunction · 0.85

Tested by

no test coverage detected