MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetThreadByIndex

Method GetThreadByIndex

neo/game/script/Script_Thread.cpp:1860–1863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

HandleInspectThreadsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected