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

Method EndThread

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

Source from the content-addressed store, hash-verified

239 void ContinueProcessing( void ) { interpreter.doneProcessing = false; };
240 bool ThreadDying( void ) { return interpreter.threadDying; };
241 void EndThread( void ) { interpreter.threadDying = true; };
242 bool IsWaiting( void );
243 void ClearWaitFor( void );
244 bool IsWaitingFor( idEntity *obj );

Callers 5

InitMethod · 0.45
ShutdownThreadsMethod · 0.45
ConstructScriptObjectMethod · 0.45
ConstructScriptObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected