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

Method GetLineNumberForStatement

neo/d3xp/script/Script_Program.h:639–641  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

637================
638*/
639ID_INLINE int idProgram::GetLineNumberForStatement( int index ) {
640 return statements[ index ].linenumber;
641}
642
643/*
644================

Callers 1

CurrentLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected