| 1909 | } |
| 1910 | |
| 1911 | bool idGameEditExt::ReturnedFromFunction(const idProgram* program, const idInterpreter* interpreter, int index) const |
| 1912 | { |
| 1913 | |
| 1914 | return ( const_cast<idProgram*>(program)->GetStatement(index).op == OP_RETURN && interpreter->GetCallstackDepth ( ) <= 1 ); |
| 1915 | } |
| 1916 | |
| 1917 | bool idGameEditExt::GetRegisterValue(const idInterpreter* interpreter, const char* name, idStr& out, int scopeDepth) const |
| 1918 | { |
no test coverage detected