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

Method CurrentLine

neo/game/script/Script_Interpreter.cpp:406–411  ·  view source on GitHub ↗

================ idInterpreter::CurrentLine ================ */

Source from the content-addressed store, hash-verified

404================
405*/
406int idInterpreter::CurrentLine( void ) const {
407 if ( instructionPointer < 0 ) {
408 return 0;
409 }
410 return gameLocal.program.GetLineNumberForStatement( instructionPointer );
411}
412
413/*
414================

Callers 2

DisplayInfoMethod · 0.45
ListThreads_fMethod · 0.45

Calls 1

Tested by

no test coverage detected