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

Method ThreadGetName

neo/game/script/Script_Thread.cpp:1850–1853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1848}
1849
1850const char*idGameEditExt::ThreadGetName(const idThread* thread) const
1851{
1852 return const_cast<idThread*>(thread)->GetThreadName();
1853}
1854
1855int idGameEditExt::GetTotalScriptThreads() const
1856{

Callers

nothing calls this directly

Calls 1

GetThreadNameMethod · 0.45

Tested by

no test coverage detected