| 1858 | } |
| 1859 | |
| 1860 | const idThread*idGameEditExt::GetThreadByIndex(int index) const |
| 1861 | { |
| 1862 | return idThread::GetThreads()[index]; |
| 1863 | } |
| 1864 | |
| 1865 | bool idGameEditExt::ThreadIsDoneProcessing(const idThread* thread) const |
| 1866 | { |
no outgoing calls
no test coverage detected