| 1848 | } |
| 1849 | |
| 1850 | const char*idGameEditExt::ThreadGetName(const idThread* thread) const |
| 1851 | { |
| 1852 | return const_cast<idThread*>(thread)->GetThreadName(); |
| 1853 | } |
| 1854 | |
| 1855 | int idGameEditExt::GetTotalScriptThreads() const |
| 1856 | { |
nothing calls this directly
no test coverage detected