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

Method GetThreadName

neo/game/script/Script_Thread.h:302–304  ·  view source on GitHub ↗

================ idThread::GetThreadName ================ */

Source from the content-addressed store, hash-verified

300================
301*/
302ID_INLINE const char *idThread::GetThreadName( void ) {
303 return threadName.c_str();
304}
305
306/*
307================

Callers 6

DisplayInfoMethod · 0.45
KillThreadMethod · 0.45
ThreadGetNameMethod · 0.45
MSG_WriteThreadInfoMethod · 0.45
ErrorMethod · 0.45
WarningMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected