Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhewm/dhewm3
/ ThreadIsWaiting
Method
ThreadIsWaiting
neo/d3xp/script/Script_Thread.cpp:1950–1953 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1948
}
1949
1950
bool idGameEditExt::ThreadIsWaiting(const idThread* thread) const
1951
{
1952
return const_cast<idThread*>(thread)->IsWaiting();
1953
}
1954
1955
bool idGameEditExt::ThreadIsDying(const idThread* thread) const
1956
{
Callers
nothing calls this directly
Calls
1
IsWaiting
Method · 0.45
Tested by
no test coverage detected