| 1992 | } |
| 1993 | |
| 1994 | const function_t*idGameEditExt::GetInterpreterCallStackFunction( const idInterpreter* interpreter, int stackDepth/* = -1*/) |
| 1995 | { |
| 1996 | return interpreter->GetCallstack( )[ stackDepth > -1 ? stackDepth :interpreter->GetCallstackDepth( ) ].f; |
| 1997 | } |
no test coverage detected