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

Method ThreadIsDoneProcessing

neo/game/script/Script_Thread.cpp:1865–1868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1863}
1864
1865bool idGameEditExt::ThreadIsDoneProcessing(const idThread* thread) const
1866{
1867 return const_cast<idThread*>(thread)->IsDoneProcessing();
1868}
1869
1870bool idGameEditExt::ThreadIsWaiting(const idThread* thread) const
1871{

Callers

nothing calls this directly

Calls 1

IsDoneProcessingMethod · 0.45

Tested by

no test coverage detected