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

Method End

neo/game/script/Script_Thread.cpp:593–597  ·  view source on GitHub ↗

================ idThread::End ================ */

Source from the content-addressed store, hash-verified

591================
592*/
593void idThread::End( void ) {
594 // Tell thread to die. It will exit on its own.
595 Pause();
596 interpreter.threadDying = true;
597}
598
599/*
600================

Callers 1

KillThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected