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

Method GetTotalScriptThreads

neo/game/script/Script_Thread.cpp:1855–1858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1853}
1854
1855int idGameEditExt::GetTotalScriptThreads() const
1856{
1857 return idThread::GetThreads().Num();
1858}
1859
1860const idThread*idGameEditExt::GetThreadByIndex(int index) const
1861{

Callers 1

HandleInspectThreadsMethod · 0.45

Calls 1

NumMethod · 0.45

Tested by

no test coverage detected