| 1987 | |
| 1988 | |
| 1989 | int idGameEditExt::GetInterpreterCallStackDepth(const idInterpreter* interpreter) |
| 1990 | { |
| 1991 | return interpreter->GetCallstackDepth(); |
| 1992 | } |
| 1993 | |
| 1994 | const function_t*idGameEditExt::GetInterpreterCallStackFunction( const idInterpreter* interpreter, int stackDepth/* = -1*/) |
| 1995 | { |
no test coverage detected