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

Method CurrentFile

neo/game/script/Script_Interpreter.cpp:418–423  ·  view source on GitHub ↗

================ idInterpreter::CurrentFile ================ */

Source from the content-addressed store, hash-verified

416================
417*/
418const char *idInterpreter::CurrentFile( void ) const {
419 if ( instructionPointer < 0 ) {
420 return "";
421 }
422 return gameLocal.program.GetFilenameForStatement( instructionPointer );
423}
424
425/*
426============

Callers 2

DisplayInfoMethod · 0.45
ListThreads_fMethod · 0.45

Calls 1

Tested by

no test coverage detected