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

Method GetLineNumberForStatement

neo/game/script/Script_Program.h:625–627  ·  view source on GitHub ↗

================ idProgram::GetLineNumberForStatement ================ */

Source from the content-addressed store, hash-verified

623================
624*/
625ID_INLINE int idProgram::GetLineNumberForStatement( int index ) {
626 return statements[ index ].linenumber;
627}
628
629/*
630================

Callers 1

CurrentLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected