Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1855
int idGameEditExt::GetTotalScriptThreads() const
1856
{
1857
return idThread::GetThreads().Num();
1858
}
1859
1860
const idThread*idGameEditExt::GetThreadByIndex(int index) const
1861
{
Callers
1
HandleInspectThreads
Method · 0.45
Calls
1
Num
Method · 0.45
Tested by
no test coverage detected