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

Method Error

neo/d3xp/script/Script_Thread.cpp:812–821  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

810================
811*/
812void idThread::Error( const char *fmt, ... ) const {
813 va_list argptr;
814 char text[ 1024 ];
815
816 va_start( argptr, fmt );
817 vsprintf( text, fmt, argptr );
818 va_end( argptr );
819
820 interpreter.Error( "%s", text );
821}
822
823/*
824================

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