Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhewm/dhewm3
/ ThreadIsWaiting
Method
ThreadIsWaiting
neo/game/script/Script_Thread.cpp:1870–1873 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1868
}
1869
1870
bool idGameEditExt::ThreadIsWaiting(const idThread* thread) const
1871
{
1872
return const_cast<idThread*>(thread)->IsWaiting();
1873
}
1874
1875
bool idGameEditExt::ThreadIsDying(const idThread* thread) const
1876
{
Callers
nothing calls this directly
Calls
1
IsWaiting
Method · 0.45
Tested by
no test coverage detected