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

Method Warning

neo/d3xp/script/Script_Thread.cpp:828–837  ·  view source on GitHub ↗

================ idThread::Warning ================ */

Source from the content-addressed store, hash-verified

826================
827*/
828void idThread::Warning( const char *fmt, ... ) const {
829 va_list argptr;
830 char text[ 1024 ];
831
832 va_start( argptr, fmt );
833 vsprintf( text, fmt, argptr );
834 va_end( argptr );
835
836 interpreter.Warning( "%s", text );
837}
838
839/*
840================

Callers 15

SetTypeMethod · 0.45
RestoreMethod · 0.45
ClipTranslationMethod · 0.45
ClipRotationMethod · 0.45
SetFrictionMethod · 0.45
SetBouncynessMethod · 0.45
SetDensityMethod · 0.45
FactorMethod · 0.45
EvaluateMethod · 0.45
BuildTreesMethod · 0.45
DeleteBodyMethod · 0.45

Calls 1

vsprintfFunction · 0.85

Tested by 2

TestHugeTranslationFunction · 0.36
SpawnMethod · 0.36